Html Css Color HEX #5D06D9 Electric Indigo

📋 copy color: '#5D06D9'

red 93 ◦ green 6 ◦ blue 217

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

Shades of Electric Indigo #5D06D9

Tints of Electric Indigo #5D06D9

RGB

 RED value IS 93 (36.72% from 255) = 29.43%

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

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

R = 29.43%
G = 1.9%
B = 68.67%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5D06D9 (or 0x5D06D9) is known color: Electric Indigo. HEX triplet: 5D, 06 and D9. RGB value is (93,6,217). Sum of RGB (Red+Green+Blue) = 93+6+217=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 217 (85.16% from 255 or 68.67% from 316); Max value from RGB is 217 - color contains mainly: blue. Hex color #5D06D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D06D9 is #A2F926. Grayscale: #373737. Windows color (decimal): -10680615 or 14222941. OLE color: 14222941.

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

Color convert

RGB 93 6 217 -
CMYK 0.57 0.97 0 0.15
HSL 264.74º 0.95% 0.44% -
HSV(B) 264.74º 0.97% 0.85% -
XYZ 17.1 7.47 66.19 -
YUV 56.07 218.82 154.34 -
System Red Green Blue C M Y K H S L
Decimal 93 6 217 0.57 0.97 0 0.15 264.74 0.95 0.44
Hex 5D 6 D9 39 61 0 F 109 5F 2C
Octal 135 6 331 71 141 0 17 411 137 54
Binary 1011101 110 11011001 111001 1100001 0 1111 100001001 1011111 101100

Color Harmonies of #5D06D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D06D9

Black with #5D06D9

Text Example


Text Example

White with #5D06D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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