#600c7f

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

Shades of Indigo #600C7F

Tints of Indigo #600C7F

Color information

#600C7F (or 0x600C7F) is unknown color: approx Indigo. HEX triplet: 60, 0C and 7F. RGB value is (96,12,127). Sum of RGB (Red+Green+Blue) = 96+12+127=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #600C7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C7F is #9FF380. Grayscale: #313131. Windows color (decimal): -10482561 or 8326240. OLE color: 8326240.

HSL color Cylindrical-coordinate representation of color #600C7F: hue angle of 283.83º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600C7F is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9612127-
CMYK0.240.9100.50
HSL283.83º82.73%27.25%-
HSV(B)283.83º90.55%49.8%-
XYZ8.794.2820.44-
YUV50.23171.33160.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 12 (5.08% from 255) = 5.11%
BLUE value IS 127 (50% from 255) = 54.04%
R=40.85%
G=5.11%
B=54.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96121270.240.9100.50283.8382.7327.25
Hex60C7F185B03211c531b
Octal140141773013306243412333
Binary1100000110011111111100010110110110010100011100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600c7f; }

 p { color: rgb(96,12,127); }

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

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

 a { background-color: rgb(96,12,127); }

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

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

 span { border-color: rgb(96,12,127); }

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