#601888

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

Shades of Indigo #601888

Tints of Indigo #601888

Color information

#601888 (or 0x601888) is unknown color: approx Indigo. HEX triplet: 60, 18 and 88. RGB value is (96,24,136). Sum of RGB (Red+Green+Blue) = 96+24+136=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #601888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601888 is #9FE777. Grayscale: #393939. Windows color (decimal): -10479480 or 8919136. OLE color: 8919136.

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

Color convert

RGB9624136-
CMYK0.290.8200.47
HSL278.57º70%31.37%-
HSV(B)278.57º82.35%53.33%-
XYZ9.594.9223.74-
YUV58.3171.85154.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 24 (9.77% from 255) = 9.38%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=37.5%
G=9.38%
B=53.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96241360.290.8200.47278.577031.37
Hex6018881D5202F117461f
Octal140302103512205742710637
Binary110000011000100010001110110100100101111100010111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601888; }

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

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

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

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

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

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

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

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