Html Css Color HEX #5908F6 Electric Indigo

📋 copy color: '#5908F6'

red 89 ◦ green 8 ◦ blue 246

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

Shades of Electric Indigo #5908F6

Tints of Electric Indigo #5908F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 71.72%

R = 25.95%
G = 2.33%
B = 71.72%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5908F6 (or 0x5908F6) is known color: Electric Indigo. HEX triplet: 59, 08 and F6. RGB value is (89,8,246). Sum of RGB (Red+Green+Blue) = 89+8+246=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 246 (96.48% from 255 or 71.72% from 343); Max value from RGB is 246 - color contains mainly: blue. Hex color #5908F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5908F6 is #A6F709. Grayscale: #3A3A3A. Windows color (decimal): -10942218 or 16123993. OLE color: 16123993.

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

Color convert

RGB 89 8 246 -
CMYK 0.64 0.97 0 0.04
HSL 260.42º 0.94% 0.5% -
HSV(B) 260.42º 0.97% 0.96% -
XYZ 20.84 8.95 87.82 -
YUV 59.35 233.34 149.15 -
System Red Green Blue C M Y K H S L
Decimal 89 8 246 0.64 0.97 0 0.04 260.42 0.94 0.5
Hex 59 8 F6 40 61 0 4 104 5E 32
Octal 131 10 366 100 141 0 4 404 136 62
Binary 1011001 1000 11110110 1000000 1100001 0 100 100000100 1011110 110010

Color Harmonies of #5908F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5908F6

Black with #5908F6

Text Example


Text Example

White with #5908F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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