Html Css Color HEX #5D05DF Electric Indigo

📋 copy color: '#5D05DF'

red 93 ◦ green 5 ◦ blue 223

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

Shades of Electric Indigo #5D05DF

Tints of Electric Indigo #5D05DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 28.97%
G = 1.56%
B = 69.47%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D05DF (or 0x5D05DF) is known color: Electric Indigo. HEX triplet: 5D, 05 and DF. RGB value is (93,5,223). Sum of RGB (Red+Green+Blue) = 93+5+223=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D05DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D05DF is #A2FA20. Grayscale: #373737. Windows color (decimal): -10680865 or 14615901. OLE color: 14615901.

HSL color Cylindrical-coordinate representation of color #5D05DF: hue angle of 264.22º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D05DF is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 5 223 -
CMYK 0.58 0.98 0 0.13
HSL 264.22º 0.96% 0.45% -
HSV(B) 264.22º 0.98% 0.87% -
XYZ 17.89 7.76 70.37 -
YUV 56.16 222.15 154.27 -
System Red Green Blue C M Y K H S L
Decimal 93 5 223 0.58 0.98 0 0.13 264.22 0.96 0.45
Hex 5D 5 DF 3A 62 0 D 108 60 2D
Octal 135 5 337 72 142 0 15 410 140 55
Binary 1011101 101 11011111 111010 1100010 0 1101 100001000 1100000 101101

Color Harmonies of #5D05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D05DF

Black with #5D05DF

Text Example


Text Example

White with #5D05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,5,223); }

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

background-color css

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

 a { background-color: rgb(93,5,223); }

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

border-color css

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

 span { border-color: rgb(93,5,223); }

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