#60049b

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

Shades of Indigo #60049B

Tints of Indigo #60049B

Color information

#60049B (or 0x60049B) is unknown color: approx Indigo. HEX triplet: 60, 04 and 9B. RGB value is (96,4,155). Sum of RGB (Red+Green+Blue) = 96+4+155=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #60049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60049B is #9FFB64. Grayscale: #303030. Windows color (decimal): -10484581 or 10159200. OLE color: 10159200.

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

Color convert

RGB964155-
CMYK0.380.9700.39
HSL276.56º94.97%31.18%-
HSV(B)276.56º97.42%60.78%-
XYZ10.784.9431.4-
YUV48.72187.98161.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 155 (60.94% from 255) = 60.78%
R=37.65%
G=1.57%
B=60.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9641550.380.9700.39276.5694.9731.18
Hex6049B26610271155f1f
Octal14042334614104742513737
Binary11000001001001101110011011000010100111100010101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60049b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60049b; }

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

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

<style>
 a { background-color: #60049b; }

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

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

<style>
 span { border-color: #60049b; }

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

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