Html Css Color HEX #5F03FE Electric Indigo

📋 copy color: '#5F03FE'

red 95 ◦ green 3 ◦ blue 254

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

Shades of Electric Indigo #5F03FE

Tints of Electric Indigo #5F03FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 72.16%

R = 26.99%
G = 0.85%
B = 72.16%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5F03FE (or 0x5F03FE) is known color: Electric Indigo. HEX triplet: 5F, 03 and FE. RGB value is (95,3,254). Sum of RGB (Red+Green+Blue) = 95+3+254=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F03FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F03FE is #A0FC01. Grayscale: #3A3A3A. Windows color (decimal): -10550274 or 16647007. OLE color: 16647007.

HSL color Cylindrical-coordinate representation of color #5F03FE: hue angle of 261.99º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F03FE is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 95 3 254 -
CMYK 0.63 0.99 0 0.00
HSL 261.99º 0.99% 0.5% -
HSV(B) 261.99º 0.99% 1% -
XYZ 22.64 9.65 94.44 -
YUV 59.12 237.98 153.59 -
System Red Green Blue C M Y K H S L
Decimal 95 3 254 0.63 0.99 0 0.00 261.99 0.99 0.5
Hex 5F 3 FE 3F 63 0 0 106 63 32
Octal 137 3 376 77 143 0 0 406 143 62
Binary 1011111 11 11111110 111111 1100011 0 0 100000110 1100011 110010

Color Harmonies of #5F03FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F03FE

Black with #5F03FE

Text Example


Text Example

White with #5F03FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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