#601388

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

Shades of Indigo #601388

Tints of Indigo #601388

Color information

#601388 (or 0x601388) is unknown color: approx Indigo. HEX triplet: 60, 13 and 88. RGB value is (96,19,136). Sum of RGB (Red+Green+Blue) = 96+19+136=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #601388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601388 is #9FEC77. Grayscale: #363636. Windows color (decimal): -10480760 or 8917856. OLE color: 8917856.

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

Color convert

RGB9619136-
CMYK0.290.8600.47
HSL279.49º75.48%30.39%-
HSV(B)279.49º86.03%53.33%-
XYZ9.54.7323.7-
YUV55.36173.51156.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 19 (7.81% from 255) = 7.57%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=38.25%
G=7.57%
B=54.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96191360.290.8600.47279.4975.4830.39
Hex6013881D5602F1174b1e
Octal140232103512605742711336
Binary110000010011100010001110110101100101111100010111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601388; }

 p { color: rgb(96,19,136); }

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

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

 a { background-color: rgb(96,19,136); }

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

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

 span { border-color: rgb(96,19,136); }

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