#601884

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

Shades of Indigo #601884

Tints of Indigo #601884

Color information

#601884 (or 0x601884) is unknown color: approx Indigo. HEX triplet: 60, 18 and 84. RGB value is (96,24,132). Sum of RGB (Red+Green+Blue) = 96+24+132=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #601884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601884 is #9FE77B. Grayscale: #393939. Windows color (decimal): -10479484 or 8656992. OLE color: 8656992.

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

Color convert

RGB9624132-
CMYK0.270.8200.48
HSL280º69.23%30.59%-
HSV(B)280º81.82%51.76%-
XYZ9.324.8122.27-
YUV57.84169.85155.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 132 (51.95% from 255) = 52.38%
R=38.10%
G=9.52%
B=52.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96241320.270.8200.4828069.2330.59
Hex6018841B52030118451f
Octal140302043312206043010537
Binary110000011000100001001101110100100110000100011000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601884; }

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

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

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

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

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

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

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

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