Html Css Color HEX #5D06ED Electric Indigo

📋 copy color: '#5D06ED'

red 93 ◦ green 6 ◦ blue 237

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

Shades of Electric Indigo #5D06ED

Tints of Electric Indigo #5D06ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.54%

R = 27.68%
G = 1.79%
B = 70.54%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D06ED (or 0x5D06ED) is known color: Electric Indigo. HEX triplet: 5D, 06 and ED. RGB value is (93,6,237). Sum of RGB (Red+Green+Blue) = 93+6+237=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D06ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D06ED is #A2F912. Grayscale: #393939. Windows color (decimal): -10680595 or 15533661. OLE color: 15533661.

HSL color Cylindrical-coordinate representation of color #5D06ED: hue angle of 262.6º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D06ED is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 6 237 -
CMYK 0.61 0.97 0 0.07
HSL 262.6º 0.95% 0.48% -
HSV(B) 262.6º 0.97% 0.93% -
XYZ 19.87 8.57 80.73 -
YUV 58.35 228.82 152.72 -
System Red Green Blue C M Y K H S L
Decimal 93 6 237 0.61 0.97 0 0.07 262.6 0.95 0.48
Hex 5D 6 ED 3D 61 0 7 107 5F 30
Octal 135 6 355 75 141 0 7 407 137 60
Binary 1011101 110 11101101 111101 1100001 0 111 100000111 1011111 110000

Color Harmonies of #5D06ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D06ED

Black with #5D06ED

Text Example


Text Example

White with #5D06ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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