Html Css Color HEX #5909FB Electric Indigo

📋 copy color: '#5909FB'

red 89 ◦ green 9 ◦ blue 251

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

Shades of Electric Indigo #5909FB

Tints of Electric Indigo #5909FB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.58%

 BLUE value IS 251 (98.44% from 255) = 71.92%

R = 25.5%
G = 2.58%
B = 71.92%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5909FB (or 0x5909FB) is known color: Electric Indigo. HEX triplet: 59, 09 and FB. RGB value is (89,9,251). Sum of RGB (Red+Green+Blue) = 89+9+251=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #5909FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5909FB is #A6F604. Grayscale: #3B3B3B. Windows color (decimal): -10941957 or 16451929. OLE color: 16451929.

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

Color convert

RGB 89 9 251 -
CMYK 0.65 0.96 0 0.02
HSL 259.83º 0.97% 0.51% -
HSV(B) 259.83º 0.96% 0.98% -
XYZ 21.63 9.28 91.92 -
YUV 60.51 235.5 148.32 -
System Red Green Blue C M Y K H S L
Decimal 89 9 251 0.65 0.96 0 0.02 259.83 0.97 0.51
Hex 59 9 FB 41 60 0 2 104 61 33
Octal 131 11 373 101 140 0 2 404 141 63
Binary 1011001 1001 11111011 1000001 1100000 0 10 100000100 1100001 110011

Color Harmonies of #5909FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5909FB

Black with #5909FB

Text Example


Text Example

White with #5909FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5909FB; }

 p { color: rgb(89,9,251); }

 H1.HeaderClassName
 {
   color: #5909FB;
 }
 .AnyTagClassName
 {
   color: #5909FB;
 }
</style>

background-color css

<style>
 a { background-color: #5909FB; }

 a { background-color: rgb(89,9,251); }

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

border-color css

<style>
 span { border-color: #5909FB; }

 span { border-color: rgb(89,9,251); }

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