Html Css Color HEX #5C06D9 Electric Indigo

📋 copy color: '#5C06D9'

red 92 ◦ green 6 ◦ blue 217

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

Shades of Electric Indigo #5C06D9

Tints of Electric Indigo #5C06D9

RGB

 RED value IS 92 (36.33% from 255) = 29.21%

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 217 (85.16% from 255) = 68.89%

R = 29.21%
G = 1.9%
B = 68.89%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5C06D9 (or 0x5C06D9) is known color: Electric Indigo. HEX triplet: 5C, 06 and D9. RGB value is (92,6,217). Sum of RGB (Red+Green+Blue) = 92+6+217=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 217 (85.16% from 255 or 68.89% from 315); Max value from RGB is 217 - color contains mainly: blue. Hex color #5C06D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C06D9 is #A3F926. Grayscale: #373737. Windows color (decimal): -10746151 or 14222940. OLE color: 14222940.

HSL color Cylindrical-coordinate representation of color #5C06D9: hue angle of 264.45º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C06D9 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 6 217 -
CMYK 0.58 0.97 0 0.15
HSL 264.46º 0.95% 0.44% -
HSV(B) 264.46º 0.97% 0.85% -
XYZ 17 7.42 66.18 -
YUV 55.77 218.99 153.84 -
System Red Green Blue C M Y K H S L
Decimal 92 6 217 0.58 0.97 0 0.15 264.46 0.95 0.44
Hex 5C 6 D9 3A 61 0 F 108 5F 2C
Octal 134 6 331 72 141 0 17 410 137 54
Binary 1011100 110 11011001 111010 1100001 0 1111 100001000 1011111 101100

Color Harmonies of #5C06D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C06D9

Black with #5C06D9

Text Example


Text Example

White with #5C06D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,6,217); }

 H1.HeaderClassName
 {
   color: #5C06D9;
 }
 .AnyTagClassName
 {
   color: #5C06D9;
 }
</style>

background-color css

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

 a { background-color: rgb(92,6,217); }

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

border-color css

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

 span { border-color: rgb(92,6,217); }

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