#600471

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

Shades of Indigo #600471

Tints of Indigo #600471

Color information

#600471 (or 0x600471) is unknown color: approx Indigo. HEX triplet: 60, 04 and 71. RGB value is (96,4,113). Sum of RGB (Red+Green+Blue) = 96+4+113=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #600471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600471 is #9FFB8E. Grayscale: #2B2B2B. Windows color (decimal): -10484623 or 7406688. OLE color: 7406688.

HSL color Cylindrical-coordinate representation of color #600471: hue angle of 290.64º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600471 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB964113-
CMYK0.150.9600.56
HSL290.64º93.16%22.94%-
HSV(B)290.64º96.46%44.31%-
XYZ7.853.7715.94-
YUV43.93166.98165.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 4 (1.95% from 255) = 1.88%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=45.07%
G=1.88%
B=53.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9641130.150.9600.56290.6493.1622.94
Hex60471F600381235d17
Octal14041611714007044313527
Binary11000001001110001111111000000111000100100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600471; }

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

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

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

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

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

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

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

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