#600071

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

Shades of Indigo #600071

Tints of Indigo #600071

Color information

#600071 (or 0x600071) is unknown color: approx Indigo. HEX triplet: 60, 00 and 71. RGB value is (96,0,113). Sum of RGB (Red+Green+Blue) = 96+0+113=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #600071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600071 is #9FFF8E. Grayscale: #292929. Windows color (decimal): -10485647 or 7405664. OLE color: 7405664.

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

Color convert

RGB960113-
CMYK0.15100.56
HSL290.97º100%22.16%-
HSV(B)290.97º100%44.31%-
XYZ7.83.6815.92-
YUV41.59168.3166.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=45.93%
G=0%
B=54.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9601130.15100.56290.9710022.16
Hex60071F640381236416
Octal14001611714407044314426
Binary110000001110001111111001000111000100100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600071; }

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

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

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

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

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

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

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

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