#60079E

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

Shades of Indigo #60079E

Tints of Indigo #60079E

Color information

#60079E (or 0x60079E) is unknown color: approx Indigo. HEX triplet: 60, 07 and 9E. RGB value is (96,7,158). Sum of RGB (Red+Green+Blue) = 96+7+158=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #60079E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60079E is #9FF861. Grayscale: #323232. Windows color (decimal): -10483810 or 10356576. OLE color: 10356576.

HSL color Cylindrical-coordinate representation of color #60079E: hue angle of 275.36º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60079E is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB967158-
CMYK0.390.9600.38
HSL275.36º91.52%32.35%-
HSV(B)275.36º95.57%61.96%-
XYZ11.075.1132.75-
YUV50.82188.49160.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 7 (3.12% from 255) = 2.68%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=36.78%
G=2.68%
B=60.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9671580.390.9600.38275.3691.5232.35
Hex6079E27600261135c20
Octal14072364714004642313440
Binary110000011110011110100111110000001001101000100111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,7,158); }

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

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

 a { background-color: rgb(96,7,158); }

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

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

 span { border-color: rgb(96,7,158); }

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