#60046E

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

Shades of Indigo #60046E

Tints of Indigo #60046E

Color information

#60046E (or 0x60046E) is unknown color: approx Indigo. HEX triplet: 60, 04 and 6E. RGB value is (96,4,110). Sum of RGB (Red+Green+Blue) = 96+4+110=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #60046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60046E is #9FFB91. Grayscale: #2B2B2B. Windows color (decimal): -10484626 or 7210080. OLE color: 7210080.

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

Color convert

RGB964110-
CMYK0.130.9600.57
HSL292.08º92.98%22.35%-
HSV(B)292.08º96.36%43.14%-
XYZ7.683.715.06-
YUV43.59165.48165.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 110 (43.36% from 255) = 52.38%
R=45.71%
G=1.90%
B=52.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9641100.130.9600.57292.0892.9822.35
Hex6046ED600391245d16
Octal14041561514007144413526
Binary11000001001101110110111000000111001100100100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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