#6410E2

Color #6410E2 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6410E2

Tints of Electric Indigo #6410E2

Color information

#6410E2 (or 0x6410E2) is unknown color: approx Electric Indigo. HEX triplet: 64, 10 and E2. RGB value is (100,16,226). Sum of RGB (Red+Green+Blue) = 100+16+226=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 226 (88.67% from 255 or 66.08% from 342); Max value from RGB is 226 - color contains mainly: blue. Hex color #6410E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6410E2 is #9BEF1D. Grayscale: #404040. Windows color (decimal): -10219294 or 14815332. OLE color: 14815332.

HSL color Cylindrical-coordinate representation of color #6410E2: hue angle of 264º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6410E2 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10016226-
CMYK0.560.9300.11
HSL264º86.78%47.45%-
HSV(B)264º92.92%88.63%-
XYZ19.178.5772.6-
YUV65.06218.83152.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 16 (6.64% from 255) = 4.68%
BLUE value IS 226 (88.67% from 255) = 66.08%
R=29.24%
G=4.68%
B=66.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal100162260.560.9300.1126486.7847.45
Hex6410E2385D0B108572f
Octal144203427013501341012757
Binary110010010000111000101110001011101010111000010001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6410E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6410E2; }

 p { color: rgb(100,16,226); }

 H1.HeaderClassName
 {
   color: #6410E2;
 }
 .AnyTagClassName
 {
   color: #6410E2;
 }
</style>
background-color css

<style>
 a { background-color: #6410E2; }

 a { background-color: rgb(100,16,226); }

 div.DivClassName
 {
   background-color: #6410E2;
 }
 .BgClassName
 {
   background-color: #6410E2;
 }
</style>
border-color css

<style>
 span { border-color: #6410E2; }

 span { border-color: rgb(100,16,226); }

 td.TdClassName
 {
   border-color: #6410E2;
 }
 .TagClassName
 {
   border-color: #6410E2;
 }
</style>