Html Css Color HEX #5D02DA Electric Indigo

📋 copy color: '#5D02DA'

red 93 ◦ green 2 ◦ blue 218

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

Shades of Electric Indigo #5D02DA

Tints of Electric Indigo #5D02DA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 29.71%
G = 0.64%
B = 69.65%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5D02DA (or 0x5D02DA) is known color: Electric Indigo. HEX triplet: 5D, 02 and DA. RGB value is (93,2,218). Sum of RGB (Red+Green+Blue) = 93+2+218=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D02DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D02DA is #A2FD25. Grayscale: #353535. Windows color (decimal): -10681638 or 14287453. OLE color: 14287453.

HSL color Cylindrical-coordinate representation of color #5D02DA: hue angle of 265.28º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D02DA is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 2 218 -
CMYK 0.57 0.99 0 0.15
HSL 265.28º 0.98% 0.43% -
HSV(B) 265.28º 0.99% 0.85% -
XYZ 17.19 7.43 66.86 -
YUV 53.83 220.65 155.94 -
System Red Green Blue C M Y K H S L
Decimal 93 2 218 0.57 0.99 0 0.15 265.28 0.98 0.43
Hex 5D 2 DA 39 63 0 F 109 62 2B
Octal 135 2 332 71 143 0 17 411 142 53
Binary 1011101 10 11011010 111001 1100011 0 1111 100001001 1100010 101011

Color Harmonies of #5D02DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D02DA

Black with #5D02DA

Text Example


Text Example

White with #5D02DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,2,218); }

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

background-color css

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

 a { background-color: rgb(93,2,218); }

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

border-color css

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

 span { border-color: rgb(93,2,218); }

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