#600588

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

Shades of Indigo #600588

Tints of Indigo #600588

Color information

#600588 (or 0x600588) is unknown color: approx Indigo. HEX triplet: 60, 05 and 88. RGB value is (96,5,136). Sum of RGB (Red+Green+Blue) = 96+5+136=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #600588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600588 is #9FFA77. Grayscale: #2E2E2E. Windows color (decimal): -10484344 or 8914272. OLE color: 8914272.

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

Color convert

RGB965136-
CMYK0.290.9600.47
HSL281.68º92.91%27.65%-
HSV(B)281.68º96.32%53.33%-
XYZ9.324.3723.65-
YUV47.14178.15162.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 136 (53.52% from 255) = 57.38%
R=40.51%
G=2.11%
B=57.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9651360.290.9600.47281.6892.9127.65
Hex605881D6002F11a5d1c
Octal14052103514005743213534
Binary1100000101100010001110111000000101111100011010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600588; }

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

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

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

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

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

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

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

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