#5F067F

Color #5F067F Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5F067F

Tints of Indigo #5F067F

Color information

#5F067F (or 0x5F067F) is unknown color: approx Indigo. HEX triplet: 5F, 06 and 7F. RGB value is (95,6,127). Sum of RGB (Red+Green+Blue) = 95+6+127=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F067F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F067F is #A0F980. Grayscale: #2E2E2E. Windows color (decimal): -10549633 or 8324703. OLE color: 8324703.

HSL color Cylindrical-coordinate representation of color #5F067F: hue angle of 284.13º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F067F is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB956127-
CMYK0.250.9500.50
HSL284.13º90.98%26.08%-
HSV(B)284.13º95.28%49.8%-
XYZ8.624.120.42-
YUV46.4173.49162.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.67%
GREEN value IS 6 (2.73% from 255) = 2.63%
BLUE value IS 127 (50% from 255) = 55.70%
R=41.67%
G=2.63%
B=55.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9561270.250.9500.50284.1390.9826.08
Hex5F67F195F03211c5b1a
Octal13761773113706243413332
Binary101111111011111111100110111110110010100011100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,6,127); }

 H1.HeaderClassName
 {
   color: #5F067F;
 }
 .AnyTagClassName
 {
   color: #5F067F;
 }
</style>
background-color css

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

 a { background-color: rgb(95,6,127); }

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

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

 span { border-color: rgb(95,6,127); }

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