Html Css Color HEX #5F03F9 Electric Indigo

📋 copy color: '#5F03F9'

red 95 ◦ green 3 ◦ blue 249

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

Shades of Electric Indigo #5F03F9

Tints of Electric Indigo #5F03F9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 27.38%
G = 0.86%
B = 71.76%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5F03F9 (or 0x5F03F9) is known color: Electric Indigo. HEX triplet: 5F, 03 and F9. RGB value is (95,3,249). Sum of RGB (Red+Green+Blue) = 95+3+249=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 249 (97.66% from 255 or 71.76% from 347); Max value from RGB is 249 - color contains mainly: blue. Hex color #5F03F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F03F9 is #A0FC06. Grayscale: #393939. Windows color (decimal): -10550279 or 16319327. OLE color: 16319327.

HSL color Cylindrical-coordinate representation of color #5F03F9: hue angle of 262.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F03F9 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 3 249 -
CMYK 0.62 0.99 0 0.02
HSL 262.44º 0.98% 0.49% -
HSV(B) 262.44º 0.99% 0.98% -
XYZ 21.85 9.34 90.27 -
YUV 58.55 235.48 154 -
System Red Green Blue C M Y K H S L
Decimal 95 3 249 0.62 0.99 0 0.02 262.44 0.98 0.49
Hex 5F 3 F9 3E 63 0 2 106 62 31
Octal 137 3 371 76 143 0 2 406 142 61
Binary 1011111 11 11111001 111110 1100011 0 10 100000110 1100010 110001

Color Harmonies of #5F03F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F03F9

Black with #5F03F9

Text Example


Text Example

White with #5F03F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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