Html Css Color HEX #5D02FF Electric Indigo

📋 copy color: '#5D02FF'

red 93 ◦ green 2 ◦ blue 255

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

Shades of Electric Indigo #5D02FF

Tints of Electric Indigo #5D02FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.86%

R = 26.57%
G = 0.57%
B = 72.86%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5D02FF (or 0x5D02FF) is known color: Electric Indigo. HEX triplet: 5D, 02 and FF. RGB value is (93,2,255). Sum of RGB (Red+Green+Blue) = 93+2+255=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D02FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D02FF is #A2FD00. Grayscale: #393939. Windows color (decimal): -10681601 or 16712285. OLE color: 16712285.

HSL color Cylindrical-coordinate representation of color #5D02FF: hue angle of 261.58º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D02FF is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 93 2 255 -
CMYK 0.64 0.99 0 0
HSL 261.58º 1% 0.5% -
HSV(B) 261.58º 0.99% 1% -
XYZ 22.59 9.59 95.27 -
YUV 58.05 239.15 152.93 -
System Red Green Blue C M Y K H S L
Decimal 93 2 255 0.64 0.99 0 0 261.58 1 0.5
Hex 5D 2 FF 40 63 0 0 106 64 32
Octal 135 2 377 100 143 0 0 406 144 62
Binary 1011101 10 11111111 1000000 1100011 0 0 100000110 1100100 110010

Color Harmonies of #5D02FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D02FF

Black with #5D02FF

Text Example


Text Example

White with #5D02FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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