#60048F

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

Shades of Indigo #60048F

Tints of Indigo #60048F

Color information

#60048F (or 0x60048F) is unknown color: approx Indigo. HEX triplet: 60, 04 and 8F. RGB value is (96,4,143). Sum of RGB (Red+Green+Blue) = 96+4+143=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #60048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60048F is #9FFB70. Grayscale: #2E2E2E. Windows color (decimal): -10484593 or 9372768. OLE color: 9372768.

HSL color Cylindrical-coordinate representation of color #60048F: hue angle of 279.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60048F is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB964143-
CMYK0.330.9700.44
HSL279.71º94.56%28.82%-
HSV(B)279.71º97.2%56.08%-
XYZ9.834.5626.35-
YUV47.35181.98162.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 143 (56.25% from 255) = 58.85%
R=39.51%
G=1.65%
B=58.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9641430.330.9700.44279.7194.5628.82
Hex6048F216102C1185f1d
Octal14042174114105443013735
Binary11000001001000111110000111000010101100100011000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60048F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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