#60167F

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

Shades of Indigo #60167F

Tints of Indigo #60167F

Color information

#60167F (or 0x60167F) is unknown color: approx Indigo. HEX triplet: 60, 16 and 7F. RGB value is (96,22,127). Sum of RGB (Red+Green+Blue) = 96+22+127=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #60167F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60167F is #9FE980. Grayscale: #373737. Windows color (decimal): -10480001 or 8328800. OLE color: 8328800.

HSL color Cylindrical-coordinate representation of color #60167F: hue angle of 282.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60167F is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9622127-
CMYK0.240.8300.50
HSL282.29º70.47%29.22%-
HSV(B)282.29º82.68%49.8%-
XYZ8.944.5920.49-
YUV56.1168.02156.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 127 (50% from 255) = 51.84%
R=39.18%
G=8.98%
B=51.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96221270.240.8300.50282.2970.4729.22
Hex60167F185303211a461d
Octal140261773012306243210635
Binary11000001011011111111100010100110110010100011010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60167F; }

 p { color: rgb(96,22,127); }

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

<style>
 a { background-color: #60167F; }

 a { background-color: rgb(96,22,127); }

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

<style>
 span { border-color: #60167F; }

 span { border-color: rgb(96,22,127); }

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