Html Css Color HEX #6005E5 Electric Indigo

📋 copy color: '#6005E5'

red 96 ◦ green 5 ◦ blue 229

#6005E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #6005E5

Tints of Electric Indigo #6005E5

RGB

 RED value IS 96 (37.89% from 255) = 29.09%

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 229 (89.84% from 255) = 69.39%

R = 29.09%
G = 1.52%
B = 69.39%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6005E5 (or 0x6005E5) is known color: Electric Indigo. HEX triplet: 60, 05 and E5. RGB value is (96,5,229). Sum of RGB (Red+Green+Blue) = 96+5+229=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 229 (89.84% from 255 or 69.39% from 330); Max value from RGB is 229 - color contains mainly: blue. Hex color #6005E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6005E5 is #9FFA1A. Grayscale: #383838. Windows color (decimal): -10484251 or 15009120. OLE color: 15009120.

HSL color Cylindrical-coordinate representation of color #6005E5: hue angle of 264.38º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6005E5 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 5 229 -
CMYK 0.58 0.98 0 0.10
HSL 264.38º 0.96% 0.46% -
HSV(B) 264.38º 0.98% 0.9% -
XYZ 19.02 8.25 74.72 -
YUV 57.75 224.65 155.29 -
System Red Green Blue C M Y K H S L
Decimal 96 5 229 0.58 0.98 0 0.10 264.38 0.96 0.46
Hex 60 5 E5 3A 62 0 A 108 60 2E
Octal 140 5 345 72 142 0 12 410 140 56
Binary 1100000 101 11100101 111010 1100010 0 1010 100001000 1100000 101110

Color Harmonies of #6005E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6005E5

Black with #6005E5

Text Example


Text Example

White with #6005E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6005E5; }

 p { color: rgb(96,5,229); }

 H1.HeaderClassName
 {
   color: #6005E5;
 }
 .AnyTagClassName
 {
   color: #6005E5;
 }
</style>

background-color css

<style>
 a { background-color: #6005E5; }

 a { background-color: rgb(96,5,229); }

 div.DivClassName
 {
   background-color: #6005E5;
 }
 .BgClassName
 {
   background-color: #6005E5;
 }
</style>

border-color css

<style>
 span { border-color: #6005E5; }

 span { border-color: rgb(96,5,229); }

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