Html Css Color HEX #5905FD Electric Indigo

📋 copy color: '#5905FD'

red 89 ◦ green 5 ◦ blue 253

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

Shades of Electric Indigo #5905FD

Tints of Electric Indigo #5905FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 253 (99.22% from 255) = 72.91%

R = 25.65%
G = 1.44%
B = 72.91%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5905FD (or 0x5905FD) is known color: Electric Indigo. HEX triplet: 59, 05 and FD. RGB value is (89,5,253). Sum of RGB (Red+Green+Blue) = 89+5+253=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #5905FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5905FD is #A6FA02. Grayscale: #393939. Windows color (decimal): -10942979 or 16581977. OLE color: 16581977.

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

Color convert

RGB 89 5 253 -
CMYK 0.65 0.98 0 0.01
HSL 260.32º 0.98% 0.51% -
HSV(B) 260.32º 0.98% 0.99% -
XYZ 21.9 9.32 93.57 -
YUV 58.39 237.83 149.83 -
System Red Green Blue C M Y K H S L
Decimal 89 5 253 0.65 0.98 0 0.01 260.32 0.98 0.51
Hex 59 5 FD 41 62 0 1 104 62 33
Octal 131 5 375 101 142 0 1 404 142 63
Binary 1011001 101 11111101 1000001 1100010 0 1 100000100 1100010 110011

Color Harmonies of #5905FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5905FD

Black with #5905FD

Text Example


Text Example

White with #5905FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5905FD; }

 p { color: rgb(89,5,253); }

 H1.HeaderClassName
 {
   color: #5905FD;
 }
 .AnyTagClassName
 {
   color: #5905FD;
 }
</style>

background-color css

<style>
 a { background-color: #5905FD; }

 a { background-color: rgb(89,5,253); }

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

border-color css

<style>
 span { border-color: #5905FD; }

 span { border-color: rgb(89,5,253); }

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