#60029C

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

Shades of Indigo #60029C

Tints of Indigo #60029C

Color information

#60029C (or 0x60029C) is unknown color: approx Indigo. HEX triplet: 60, 02 and 9C. RGB value is (96,2,156). Sum of RGB (Red+Green+Blue) = 96+2+156=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #60029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60029C is #9FFD63. Grayscale: #2F2F2F. Windows color (decimal): -10485092 or 10224224. OLE color: 10224224.

HSL color Cylindrical-coordinate representation of color #60029C: hue angle of 276.62º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60029C is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB962156-
CMYK0.380.9900.39
HSL276.62º97.47%30.98%-
HSV(B)276.62º98.72%61.18%-
XYZ10.854.9331.83-
YUV47.66189.14162.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 156 (61.33% from 255) = 61.42%
R=37.80%
G=0.79%
B=61.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9621560.380.9900.39276.6297.4730.98
Hex6029C2663027115611f
Octal14022344614304742514137
Binary1100000101001110010011011000110100111100010101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60029C; }

 p { color: rgb(96,2,156); }

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

<style>
 a { background-color: #60029C; }

 a { background-color: rgb(96,2,156); }

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

<style>
 span { border-color: #60029C; }

 span { border-color: rgb(96,2,156); }

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