Html Css Color HEX #5908FA Electric Indigo

📋 copy color: '#5908FA'

red 89 ◦ green 8 ◦ blue 250

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

Shades of Electric Indigo #5908FA

Tints of Electric Indigo #5908FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

 BLUE value IS 250 (98.05% from 255) = 72.05%

R = 25.65%
G = 2.31%
B = 72.05%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5908FA (or 0x5908FA) is known color: Electric Indigo. HEX triplet: 59, 08 and FA. RGB value is (89,8,250). Sum of RGB (Red+Green+Blue) = 89+8+250=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #5908FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5908FA is #A6F705. Grayscale: #3A3A3A. Windows color (decimal): -10942214 or 16386137. OLE color: 16386137.

HSL color Cylindrical-coordinate representation of color #5908FA: hue angle of 260.08º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5908FA is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 8 250 -
CMYK 0.64 0.97 0 0.02
HSL 260.08º 0.96% 0.51% -
HSV(B) 260.08º 0.97% 0.98% -
XYZ 21.46 9.2 91.09 -
YUV 59.81 235.34 148.82 -
System Red Green Blue C M Y K H S L
Decimal 89 8 250 0.64 0.97 0 0.02 260.08 0.96 0.51
Hex 59 8 FA 40 61 0 2 104 60 33
Octal 131 10 372 100 141 0 2 404 140 63
Binary 1011001 1000 11111010 1000000 1100001 0 10 100000100 1100000 110011

Color Harmonies of #5908FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5908FA

Black with #5908FA

Text Example


Text Example

White with #5908FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5908FA; }

 p { color: rgb(89,8,250); }

 H1.HeaderClassName
 {
   color: #5908FA;
 }
 .AnyTagClassName
 {
   color: #5908FA;
 }
</style>

background-color css

<style>
 a { background-color: #5908FA; }

 a { background-color: rgb(89,8,250); }

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

border-color css

<style>
 span { border-color: #5908FA; }

 span { border-color: rgb(89,8,250); }

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