#601081

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

Shades of Indigo #601081

Tints of Indigo #601081

Color information

#601081 (or 0x601081) is unknown color: approx Indigo. HEX triplet: 60, 10 and 81. RGB value is (96,16,129). Sum of RGB (Red+Green+Blue) = 96+16+129=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #601081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601081 is #9FEF7E. Grayscale: #343434. Windows color (decimal): -10481535 or 8458336. OLE color: 8458336.

HSL color Cylindrical-coordinate representation of color #601081: hue angle of 282.48º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601081 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9616129-
CMYK0.260.8800.49
HSL282.48º77.93%28.43%-
HSV(B)282.48º87.6%50.59%-
XYZ8.974.4421.15-
YUV52.8171158.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 16 (6.64% from 255) = 6.64%
BLUE value IS 129 (50.78% from 255) = 53.53%
R=39.83%
G=6.64%
B=53.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96161290.260.8800.49282.4877.9328.43
Hex6010811A5803111a4e1c
Octal140202013213006143211634
Binary110000010000100000011101010110000110001100011010100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601081; }

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

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

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

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

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

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

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

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