#601184

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

Shades of Indigo #601184

Tints of Indigo #601184

Color information

#601184 (or 0x601184) is unknown color: approx Indigo. HEX triplet: 60, 11 and 84. RGB value is (96,17,132). Sum of RGB (Red+Green+Blue) = 96+17+132=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #601184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601184 is #9FEE7B. Grayscale: #353535. Windows color (decimal): -10481276 or 8655200. OLE color: 8655200.

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

Color convert

RGB9617132-
CMYK0.270.8700.48
HSL281.22º77.18%29.22%-
HSV(B)281.22º87.12%51.76%-
XYZ9.194.5522.22-
YUV53.73172.17158.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 17 (7.03% from 255) = 6.94%
BLUE value IS 132 (51.95% from 255) = 53.88%
R=39.18%
G=6.94%
B=53.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96171320.270.8700.48281.2277.1829.22
Hex6011841B570301194d1d
Octal140212043312706043111535
Binary110000010001100001001101110101110110000100011001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601184; }

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

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

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

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

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

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

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

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