Html Css Color HEX #5F01A0 Indigo

📋 copy color: '#5F01A0'

red 95 ◦ green 1 ◦ blue 160

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

Shades of Indigo #5F01A0

Tints of Indigo #5F01A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 62.5%

R = 37.11%
G = 0.39%
B = 62.5%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5F01A0 (or 0x5F01A0) is known color: Indigo. HEX triplet: 5F, 01 and A0. RGB value is (95,1,160). Sum of RGB (Red+Green+Blue) = 95+1+160=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #5F01A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F01A0 is #A0FE5F. Grayscale: #2E2E2E. Windows color (decimal): -10550880 or 10486111. OLE color: 10486111.

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

Color convert

RGB 95 1 160 -
CMYK 0.41 0.99 0 0.37
HSL 275.47º 0.99% 0.32% -
HSV(B) 275.47º 0.99% 0.63% -
XYZ 11.08 4.99 33.64 -
YUV 47.23 191.64 162.07 -
System Red Green Blue C M Y K H S L
Decimal 95 1 160 0.41 0.99 0 0.37 275.47 0.99 0.32
Hex 5F 1 A0 29 63 0 25 113 63 20
Octal 137 1 240 51 143 0 45 423 143 40
Binary 1011111 1 10100000 101001 1100011 0 100101 100010011 1100011 100000

Color Harmonies of #5F01A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F01A0

Black with #5F01A0

Text Example


Text Example

White with #5F01A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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