Html Css Color HEX #5F01FF Electric Indigo

📋 copy color: '#5F01FF'

red 95 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #5F01FF

Tints of Electric Indigo #5F01FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 255 (100% from 255) = 72.65%

R = 27.07%
G = 0.28%
B = 72.65%

CMYK

 C value IS 0.63

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5F01FF (or 0x5F01FF) is known color: Electric Indigo. HEX triplet: 5F, 01 and FF. RGB value is (95,1,255). Sum of RGB (Red+Green+Blue) = 95+1+255=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F01FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F01FF is #A0FE00. Grayscale: #393939. Windows color (decimal): -10550785 or 16712031. OLE color: 16712031.

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

Color convert

RGB 95 1 255 -
CMYK 0.63 1.00 0 0
HSL 262.2º 1% 0.5% -
HSV(B) 262.2º 1% 1% -
XYZ 22.78 9.67 95.27 -
YUV 58.06 239.14 154.35 -
System Red Green Blue C M Y K H S L
Decimal 95 1 255 0.63 1.00 0 0 262.2 1 0.5
Hex 5F 1 FF 3F 64 0 0 106 64 32
Octal 137 1 377 77 144 0 0 406 144 62
Binary 1011111 1 11111111 111111 1100100 0 0 100000110 1100100 110010

Color Harmonies of #5F01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F01FF

Black with #5F01FF

Text Example


Text Example

White with #5F01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,1,255); }

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

background-color css

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

 a { background-color: rgb(95,1,255); }

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

border-color css

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

 span { border-color: rgb(95,1,255); }

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