#5d06e4

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

Shades of Electric Indigo #5D06E4

Tints of Electric Indigo #5D06E4

Color information

#5D06E4 (or 0x5D06E4) is unknown color: approx Electric Indigo. HEX triplet: 5D, 06 and E4. RGB value is (93,6,228). Sum of RGB (Red+Green+Blue) = 93+6+228=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 228 (89.45% from 255 or 69.72% from 327); Max value from RGB is 228 - color contains mainly: blue. Hex color #5D06E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D06E4 is #A2F91B. Grayscale: #383838. Windows color (decimal): -10680604 or 14943837. OLE color: 14943837.

HSL color Cylindrical-coordinate representation of color #5D06E4: hue angle of 263.51º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D06E4 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB936228-
CMYK0.590.9700.11
HSL263.51º94.87%45.88%-
HSV(B)263.51º97.37%89.41%-
XYZ18.588.0673.97-
YUV57.32224.32153.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.44%
GREEN value IS 6 (2.73% from 255) = 1.83%
BLUE value IS 228 (89.45% from 255) = 69.72%
R=28.44%
G=1.83%
B=69.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal9362280.590.9700.11263.5194.8745.88
Hex5D6E43B610B1085f2e
Octal13563447314101341013756
Binary1011101110111001001110111100001010111000010001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d06e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5d06e4; }

 p { color: rgb(93,6,228); }

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

<style>
 a { background-color: #5d06e4; }

 a { background-color: rgb(93,6,228); }

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

<style>
 span { border-color: #5d06e4; }

 span { border-color: rgb(93,6,228); }

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