Html Css Color HEX #5C06DA Electric Indigo

📋 copy color: '#5C06DA'

red 92 ◦ green 6 ◦ blue 218

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

Shades of Electric Indigo #5C06DA

Tints of Electric Indigo #5C06DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 29.11%
G = 1.9%
B = 68.99%

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

#5C06DA (or 0x5C06DA) is known color: Electric Indigo. HEX triplet: 5C, 06 and DA. RGB value is (92,6,218). Sum of RGB (Red+Green+Blue) = 92+6+218=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #5C06DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C06DA is #A3F925. Grayscale: #373737. Windows color (decimal): -10746150 or 14288476. OLE color: 14288476.

HSL color Cylindrical-coordinate representation of color #5C06DA: hue angle of 264.34º 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 #5C06DA is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 6 218 -
CMYK 0.58 0.97 0 0.15
HSL 264.34º 0.95% 0.44% -
HSV(B) 264.34º 0.97% 0.85% -
XYZ 17.13 7.47 66.87 -
YUV 55.88 219.49 153.76 -
System Red Green Blue C M Y K H S L
Decimal 92 6 218 0.58 0.97 0 0.15 264.34 0.95 0.44
Hex 5C 6 DA 3A 61 0 F 108 5F 2C
Octal 134 6 332 72 141 0 17 410 137 54
Binary 1011100 110 11011010 111010 1100001 0 1111 100001000 1011111 101100

Color Harmonies of #5C06DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C06DA

Black with #5C06DA

Text Example


Text Example

White with #5C06DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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