#6410E9

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

Shades of Electric Indigo #6410E9

Tints of Electric Indigo #6410E9

Color information

#6410E9 (or 0x6410E9) is unknown color: approx Electric Indigo. HEX triplet: 64, 10 and E9. RGB value is (100,16,233). Sum of RGB (Red+Green+Blue) = 100+16+233=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 233 (91.41% from 255 or 66.76% from 349); Max value from RGB is 233 - color contains mainly: blue. Hex color #6410E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6410E9 is #9BEF16. Grayscale: #414141. Windows color (decimal): -10219287 or 15274084. OLE color: 15274084.

HSL color Cylindrical-coordinate representation of color #6410E9: hue angle of 263.23º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6410E9 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10016233-
CMYK0.570.9300.09
HSL263.23º87.15%48.82%-
HSV(B)263.23º93.13%91.37%-
XYZ20.158.9677.76-
YUV65.85222.33152.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 16 (6.64% from 255) = 4.58%
BLUE value IS 233 (91.41% from 255) = 66.76%
R=28.65%
G=4.58%
B=66.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal100162330.570.9300.09263.2387.1548.82
Hex6410E9395D091075731
Octal144203517113501140712761
Binary110010010000111010011110011011101010011000001111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6410E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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