Html Css Color HEX #5F09F9 Electric Indigo

📋 copy color: '#5F09F9'

red 95 ◦ green 9 ◦ blue 249

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

Shades of Electric Indigo #5F09F9

Tints of Electric Indigo #5F09F9

RGB

 RED value IS 95 (37.5% from 255) = 26.91%

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

 BLUE value IS 249 (97.66% from 255) = 70.54%

R = 26.91%
G = 2.55%
B = 70.54%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5F09F9 (or 0x5F09F9) is known color: Electric Indigo. HEX triplet: 5F, 09 and F9. RGB value is (95,9,249). Sum of RGB (Red+Green+Blue) = 95+9+249=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 249 (97.66% from 255 or 70.54% from 353); Max value from RGB is 249 - color contains mainly: blue. Hex color #5F09F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F09F9 is #A0F606. Grayscale: #3D3D3D. Windows color (decimal): -10548743 or 16320863. OLE color: 16320863.

HSL color Cylindrical-coordinate representation of color #5F09F9: hue angle of 261.5º degrees, saturation: 0.95, 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 #5F09F9 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 9 249 -
CMYK 0.62 0.96 0 0.02
HSL 261.5º 0.95% 0.51% -
HSV(B) 261.5º 0.96% 0.98% -
XYZ 21.92 9.47 90.29 -
YUV 62.07 233.49 151.49 -
System Red Green Blue C M Y K H S L
Decimal 95 9 249 0.62 0.96 0 0.02 261.5 0.95 0.51
Hex 5F 9 F9 3E 60 0 2 106 5F 33
Octal 137 11 371 76 140 0 2 406 137 63
Binary 1011111 1001 11111001 111110 1100000 0 10 100000110 1011111 110011

Color Harmonies of #5F09F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F09F9

Black with #5F09F9

Text Example


Text Example

White with #5F09F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F09F9; }

 p { color: rgb(95,9,249); }

 H1.HeaderClassName
 {
   color: #5F09F9;
 }
 .AnyTagClassName
 {
   color: #5F09F9;
 }
</style>

background-color css

<style>
 a { background-color: #5F09F9; }

 a { background-color: rgb(95,9,249); }

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

border-color css

<style>
 span { border-color: #5F09F9; }

 span { border-color: rgb(95,9,249); }

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