Html Css Color HEX #5F016F Indigo

📋 copy color: '#5F016F'

red 95 ◦ green 1 ◦ blue 111

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

Shades of Indigo #5F016F

Tints of Indigo #5F016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.62%

R = 45.89%
G = 0.48%
B = 53.62%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5F016F (or 0x5F016F) is known color: Indigo. HEX triplet: 5F, 01 and 6F. RGB value is (95,1,111). Sum of RGB (Red+Green+Blue) = 95+1+111=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F016F is #A0FE90. Grayscale: #292929. Windows color (decimal): -10550929 or 7274847. OLE color: 7274847.

HSL color Cylindrical-coordinate representation of color #5F016F: hue angle of 291.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F016F is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 1 111 -
CMYK 0.14 0.99 0 0.56
HSL 291.27º 0.98% 0.22% -
HSV(B) 291.27º 0.99% 0.44% -
XYZ 7.6 3.6 15.33 -
YUV 41.65 167.14 166.06 -
System Red Green Blue C M Y K H S L
Decimal 95 1 111 0.14 0.99 0 0.56 291.27 0.98 0.22
Hex 5F 1 6F E 63 0 38 123 62 16
Octal 137 1 157 16 143 0 70 443 142 26
Binary 1011111 1 1101111 1110 1100011 0 111000 100100011 1100010 10110

Color Harmonies of #5F016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F016F

Black with #5F016F

Text Example


Text Example

White with #5F016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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