Html Css Color HEX #5D03D3 Electric Indigo

📋 copy color: '#5D03D3'

red 93 ◦ green 3 ◦ blue 211

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

Shades of Electric Indigo #5D03D3

Tints of Electric Indigo #5D03D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 68.73%

R = 30.29%
G = 0.98%
B = 68.73%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5D03D3 (or 0x5D03D3) is known color: Electric Indigo. HEX triplet: 5D, 03 and D3. RGB value is (93,3,211). Sum of RGB (Red+Green+Blue) = 93+3+211=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 211 (82.81% from 255 or 68.73% from 307); Max value from RGB is 211 - color contains mainly: blue. Hex color #5D03D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D03D3 is #A2FC2C. Grayscale: #343434. Windows color (decimal): -10681389 or 13828957. OLE color: 13828957.

HSL color Cylindrical-coordinate representation of color #5D03D3: hue angle of 265.96º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D03D3 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 93 3 211 -
CMYK 0.56 0.99 0 0.17
HSL 265.96º 0.97% 0.42% -
HSV(B) 265.96º 0.99% 0.83% -
XYZ 16.3 7.1 62.14 -
YUV 53.62 216.82 156.09 -
System Red Green Blue C M Y K H S L
Decimal 93 3 211 0.56 0.99 0 0.17 265.96 0.97 0.42
Hex 5D 3 D3 38 63 0 11 10A 61 2A
Octal 135 3 323 70 143 0 21 412 141 52
Binary 1011101 11 11010011 111000 1100011 0 10001 100001010 1100001 101010

Color Harmonies of #5D03D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D03D3

Black with #5D03D3

Text Example


Text Example

White with #5D03D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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