Html Css Color HEX #5D03EB Electric Indigo

📋 copy color: '#5D03EB'

red 93 ◦ green 3 ◦ blue 235

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

Shades of Electric Indigo #5D03EB

Tints of Electric Indigo #5D03EB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 235 (92.19% from 255) = 71%

R = 28.1%
G = 0.91%
B = 71%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D03EB (or 0x5D03EB) is known color: Electric Indigo. HEX triplet: 5D, 03 and EB. RGB value is (93,3,235). Sum of RGB (Red+Green+Blue) = 93+3+235=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D03EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D03EB is #A2FC14. Grayscale: #373737. Windows color (decimal): -10681365 or 15401821. OLE color: 15401821.

HSL color Cylindrical-coordinate representation of color #5D03EB: hue angle of 263.28º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D03EB is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 3 235 -
CMYK 0.60 0.99 0 0.08
HSL 263.28º 0.97% 0.47% -
HSV(B) 263.28º 0.99% 0.92% -
XYZ 19.54 8.39 79.19 -
YUV 56.36 228.82 154.14 -
System Red Green Blue C M Y K H S L
Decimal 93 3 235 0.60 0.99 0 0.08 263.28 0.97 0.47
Hex 5D 3 EB 3C 63 0 8 107 61 2F
Octal 135 3 353 74 143 0 10 407 141 57
Binary 1011101 11 11101011 111100 1100011 0 1000 100000111 1100001 101111

Color Harmonies of #5D03EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D03EB

Black with #5D03EB

Text Example


Text Example

White with #5D03EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,3,235); }

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

background-color css

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

 a { background-color: rgb(93,3,235); }

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

border-color css

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

 span { border-color: rgb(93,3,235); }

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