Html Css Color HEX #5F03FA Electric Indigo

📋 copy color: '#5F03FA'

red 95 ◦ green 3 ◦ blue 250

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

Shades of Electric Indigo #5F03FA

Tints of Electric Indigo #5F03FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.84%

R = 27.3%
G = 0.86%
B = 71.84%

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

#5F03FA (or 0x5F03FA) is known color: Electric Indigo. HEX triplet: 5F, 03 and FA. RGB value is (95,3,250). Sum of RGB (Red+Green+Blue) = 95+3+250=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F03FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F03FA is #A0FC05. Grayscale: #393939. Windows color (decimal): -10550278 or 16384863. OLE color: 16384863.

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

Color convert

RGB 95 3 250 -
CMYK 0.62 0.99 0 0.02
HSL 262.35º 0.98% 0.5% -
HSV(B) 262.35º 0.99% 0.98% -
XYZ 22.01 9.4 91.1 -
YUV 58.67 235.98 153.92 -
System Red Green Blue C M Y K H S L
Decimal 95 3 250 0.62 0.99 0 0.02 262.35 0.98 0.5
Hex 5F 3 FA 3E 63 0 2 106 62 32
Octal 137 3 372 76 143 0 2 406 142 62
Binary 1011111 11 11111010 111110 1100011 0 10 100000110 1100010 110010

Color Harmonies of #5F03FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F03FA

Black with #5F03FA

Text Example


Text Example

White with #5F03FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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