#600D77

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

Shades of Indigo #600D77

Tints of Indigo #600D77

Color information

#600D77 (or 0x600D77) is unknown color: approx Indigo. HEX triplet: 60, 0D and 77. RGB value is (96,13,119). Sum of RGB (Red+Green+Blue) = 96+13+119=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #600D77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600D77 is #9FF288. Grayscale: #313131. Windows color (decimal): -10482313 or 7802208. OLE color: 7802208.

HSL color Cylindrical-coordinate representation of color #600D77: hue angle of 286.98º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600D77 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9613119-
CMYK0.190.8900.53
HSL286.98º80.3%25.88%-
HSV(B)286.98º89.08%46.67%-
XYZ8.34.1117.81-
YUV49.9167160.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.11%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 119 (46.88% from 255) = 52.19%
R=42.11%
G=5.70%
B=52.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96131190.190.8900.53286.9880.325.88
Hex60D77135903511f501a
Octal140151672313106543712032
Binary1100000110111101111001110110010110101100011111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,13,119); }

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

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

 a { background-color: rgb(96,13,119); }

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

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

 span { border-color: rgb(96,13,119); }

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