#601484

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

Shades of Indigo #601484

Tints of Indigo #601484

Color information

#601484 (or 0x601484) is unknown color: approx Indigo. HEX triplet: 60, 14 and 84. RGB value is (96,20,132). Sum of RGB (Red+Green+Blue) = 96+20+132=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #601484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601484 is #9FEB7B. Grayscale: #373737. Windows color (decimal): -10480508 or 8655968. OLE color: 8655968.

HSL color Cylindrical-coordinate representation of color #601484: hue angle of 280.71º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601484 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9620132-
CMYK0.270.8500.48
HSL280.71º73.68%29.8%-
HSV(B)280.71º84.85%51.76%-
XYZ9.244.6522.24-
YUV55.49171.18156.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 132 (51.95% from 255) = 53.23%
R=38.71%
G=8.06%
B=53.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96201320.270.8500.48280.7173.6829.8
Hex6014841B550301194a1e
Octal140242043312506043111236
Binary110000010100100001001101110101010110000100011001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601484; }

 p { color: rgb(96,20,132); }

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

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

 a { background-color: rgb(96,20,132); }

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

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

 span { border-color: rgb(96,20,132); }

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