Html Css Color HEX #5903DF Electric Indigo

📋 copy color: '#5903DF'

red 89 ◦ green 3 ◦ blue 223

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

Shades of Electric Indigo #5903DF

Tints of Electric Indigo #5903DF

RGB

 RED value IS 89 (35.16% from 255) = 28.25%

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

 BLUE value IS 223 (87.5% from 255) = 70.79%

R = 28.25%
G = 0.95%
B = 70.79%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5903DF (or 0x5903DF) is known color: Electric Indigo. HEX triplet: 59, 03 and DF. RGB value is (89,3,223). Sum of RGB (Red+Green+Blue) = 89+3+223=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #5903DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5903DF is #A6FC20. Grayscale: #353535. Windows color (decimal): -10943521 or 14615385. OLE color: 14615385.

HSL color Cylindrical-coordinate representation of color #5903DF: hue angle of 263.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5903DF is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 3 223 -
CMYK 0.60 0.99 0 0.13
HSL 263.45º 0.97% 0.44% -
HSV(B) 263.45º 0.99% 0.87% -
XYZ 17.47 7.52 70.34 -
YUV 53.79 223.49 153.11 -
System Red Green Blue C M Y K H S L
Decimal 89 3 223 0.60 0.99 0 0.13 263.45 0.97 0.44
Hex 59 3 DF 3C 63 0 D 107 61 2C
Octal 131 3 337 74 143 0 15 407 141 54
Binary 1011001 11 11011111 111100 1100011 0 1101 100000111 1100001 101100

Color Harmonies of #5903DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5903DF

Black with #5903DF

Text Example


Text Example

White with #5903DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5903DF; }

 p { color: rgb(89,3,223); }

 H1.HeaderClassName
 {
   color: #5903DF;
 }
 .AnyTagClassName
 {
   color: #5903DF;
 }
</style>

background-color css

<style>
 a { background-color: #5903DF; }

 a { background-color: rgb(89,3,223); }

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

border-color css

<style>
 span { border-color: #5903DF; }

 span { border-color: rgb(89,3,223); }

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