#601077

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

Shades of Indigo #601077

Tints of Indigo #601077

Color information

#601077 (or 0x601077) is unknown color: approx Indigo. HEX triplet: 60, 10 and 77. RGB value is (96,16,119). Sum of RGB (Red+Green+Blue) = 96+16+119=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #601077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601077 is #9FEF88. Grayscale: #333333. Windows color (decimal): -10481545 or 7802976. OLE color: 7802976.

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

Color convert

RGB9616119-
CMYK0.190.8700.53
HSL286.6º76.3%26.47%-
HSV(B)286.6º86.55%46.67%-
XYZ8.344.1917.82-
YUV51.66166159.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=41.56%
G=6.93%
B=51.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96161190.190.8700.53286.676.326.47
Hex601077135703511f4c1a
Octal140201672312706543711432
Binary11000001000011101111001110101110110101100011111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601077; }

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

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

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

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

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

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

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

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