#60016E

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

Shades of Indigo #60016E

Tints of Indigo #60016E

Color information

#60016E (or 0x60016E) is unknown color: approx Indigo. HEX triplet: 60, 01 and 6E. RGB value is (96,1,110). Sum of RGB (Red+Green+Blue) = 96+1+110=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #60016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60016E is #9FFE91. Grayscale: #292929. Windows color (decimal): -10485394 or 7209312. OLE color: 7209312.

HSL color Cylindrical-coordinate representation of color #60016E: hue angle of 292.29º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60016E is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB961110-
CMYK0.130.9900.57
HSL292.29º98.2%21.76%-
HSV(B)292.29º99.09%43.14%-
XYZ7.653.6315.05-
YUV41.83166.47166.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 110 (43.36% from 255) = 53.14%
R=46.38%
G=0.48%
B=53.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9611100.130.9900.57292.2998.221.76
Hex6016ED630391246216
Octal14011561514307144414226
Binary110000011101110110111000110111001100100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60016E; }

 p { color: rgb(96,1,110); }

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

<style>
 a { background-color: #60016E; }

 a { background-color: rgb(96,1,110); }

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

<style>
 span { border-color: #60016E; }

 span { border-color: rgb(96,1,110); }

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