#601787

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

Shades of Indigo #601787

Tints of Indigo #601787

Color information

#601787 (or 0x601787) is unknown color: approx Indigo. HEX triplet: 60, 17 and 87. RGB value is (96,23,135). Sum of RGB (Red+Green+Blue) = 96+23+135=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #601787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601787 is #9FE878. Grayscale: #393939. Windows color (decimal): -10479737 or 8853344. OLE color: 8853344.

HSL color Cylindrical-coordinate representation of color #601787: hue angle of 279.11º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601787 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9623135-
CMYK0.290.8300.47
HSL279.11º70.89%30.98%-
HSV(B)279.11º82.96%52.94%-
XYZ9.54.8523.36-
YUV57.6171.68155.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 23 (9.38% from 255) = 9.06%
BLUE value IS 135 (53.12% from 255) = 53.15%
R=37.80%
G=9.06%
B=53.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96231350.290.8300.47279.1170.8930.98
Hex6017871D5302F117471f
Octal140272073512305742710737
Binary110000010111100001111110110100110101111100010111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601787; }

 p { color: rgb(96,23,135); }

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

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

 a { background-color: rgb(96,23,135); }

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

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

 span { border-color: rgb(96,23,135); }

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