#60097F

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

Shades of Indigo #60097F

Tints of Indigo #60097F

Color information

#60097F (or 0x60097F) is unknown color: approx Indigo. HEX triplet: 60, 09 and 7F. RGB value is (96,9,127). Sum of RGB (Red+Green+Blue) = 96+9+127=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #60097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60097F is #9FF680. Grayscale: #303030. Windows color (decimal): -10483329 or 8325472. OLE color: 8325472.

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

Color convert

RGB969127-
CMYK0.240.9300.50
HSL284.24º86.76%26.67%-
HSV(B)284.24º92.91%49.8%-
XYZ8.754.2120.43-
YUV48.46172.32161.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 9 (3.91% from 255) = 3.88%
BLUE value IS 127 (50% from 255) = 54.74%
R=41.38%
G=3.88%
B=54.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9691270.240.9300.50284.2486.7626.67
Hex6097F185D03211c571b
Octal140111773013506243412733
Binary1100000100111111111100010111010110010100011100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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