Html Css Color HEX #600588 Indigo

📋 copy color: '#600588'

red 96 ◦ green 5 ◦ blue 136

#600588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #600588

Tints of Indigo #600588

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 value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600588 (or 0x600588) is known color: 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

RGB 96 5 136 -
CMYK 0.29 0.96 0 0.47
HSL 281.68º 0.93% 0.28% -
HSV(B) 281.68º 0.96% 0.53% -
XYZ 9.32 4.37 23.65 -
YUV 47.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 96 5 136 0.29 0.96 0 0.47 281.68 0.93 0.28
Hex 60 5 88 1D 60 0 2F 11A 5D 1C
Octal 140 5 210 35 140 0 57 432 135 34
Binary 1100000 101 10001000 11101 1100000 0 101111 100011010 1011101 11100

Color Harmonies of #600588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600588

Black with #600588

Text Example


Text Example

White with #600588

Text Example


Text Example

HTML Codes & Css Web 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>