Html Css Color HEX #5D0AFC Electric Indigo

📋 copy color: '#5D0AFC'

red 93 ◦ green 10 ◦ blue 252

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

Shades of Electric Indigo #5D0AFC

Tints of Electric Indigo #5D0AFC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.82%

 BLUE value IS 252 (98.83% from 255) = 70.99%

R = 26.2%
G = 2.82%
B = 70.99%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D0AFC (or 0x5D0AFC) is known color: Electric Indigo. HEX triplet: 5D, 0A and FC. RGB value is (93,10,252). Sum of RGB (Red+Green+Blue) = 93+10+252=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D0AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D0AFC is #A2F503. Grayscale: #3D3D3D. Windows color (decimal): -10679556 or 16517725. OLE color: 16517725.

HSL color Cylindrical-coordinate representation of color #5D0AFC: hue angle of 260.58º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D0AFC is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 10 252 -
CMYK 0.63 0.96 0 0.01
HSL 260.58º 0.98% 0.51% -
HSV(B) 260.58º 0.96% 0.99% -
XYZ 22.19 9.57 92.77 -
YUV 62.41 235 149.82 -
System Red Green Blue C M Y K H S L
Decimal 93 10 252 0.63 0.96 0 0.01 260.58 0.98 0.51
Hex 5D A FC 3F 60 0 1 105 62 33
Octal 135 12 374 77 140 0 1 405 142 63
Binary 1011101 1010 11111100 111111 1100000 0 1 100000101 1100010 110011

Color Harmonies of #5D0AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0AFC

Black with #5D0AFC

Text Example


Text Example

White with #5D0AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,10,252); }

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

background-color css

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

 a { background-color: rgb(93,10,252); }

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

border-color css

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

 span { border-color: rgb(93,10,252); }

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