#60047A

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

Shades of Indigo #60047A

Tints of Indigo #60047A

Color information

#60047A (or 0x60047A) is unknown color: approx Indigo. HEX triplet: 60, 04 and 7A. RGB value is (96,4,122). Sum of RGB (Red+Green+Blue) = 96+4+122=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #60047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60047A is #9FFB85. Grayscale: #2C2C2C. Windows color (decimal): -10484614 or 7996512. OLE color: 7996512.

HSL color Cylindrical-coordinate representation of color #60047A: hue angle of 286.78º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60047A is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB964122-
CMYK0.210.9700.52
HSL286.78º93.65%24.71%-
HSV(B)286.78º96.72%47.84%-
XYZ8.383.9818.74-
YUV44.96171.48164.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 4 (1.95% from 255) = 1.80%
BLUE value IS 122 (48.05% from 255) = 54.95%
R=43.24%
G=1.80%
B=54.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9641220.210.9700.52286.7893.6524.71
Hex6047A156103411f5e19
Octal14041722514106443713631
Binary110000010011110101010111000010110100100011111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60047A; }

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

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

<style>
 a { background-color: #60047A; }

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

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

<style>
 span { border-color: #60047A; }

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

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