Html Css Color HEX #600589 Indigo

📋 copy color: '#600589'

red 96 ◦ green 5 ◦ blue 137

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

Shades of Indigo #600589

Tints of Indigo #600589

RGB

 RED value IS 96 (37.89% from 255) = 40.34%

 GREEN value IS 5 (2.34% from 255) = 2.1%

 BLUE value IS 137 (53.91% from 255) = 57.56%

R = 40.34%
G = 2.1%
B = 57.56%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#600589 (or 0x600589) is known color: Indigo. HEX triplet: 60, 05 and 89. RGB value is (96,5,137). Sum of RGB (Red+Green+Blue) = 96+5+137=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #600589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600589 is #9FFA76. Grayscale: #2E2E2E. Windows color (decimal): -10484343 or 8979808. OLE color: 8979808.

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

Color convert

RGB 96 5 137 -
CMYK 0.30 0.96 0 0.46
HSL 281.36º 0.93% 0.28% -
HSV(B) 281.36º 0.96% 0.54% -
XYZ 9.39 4.4 24.02 -
YUV 47.26 178.65 162.77 -
System Red Green Blue C M Y K H S L
Decimal 96 5 137 0.30 0.96 0 0.46 281.36 0.93 0.28
Hex 60 5 89 1E 60 0 2E 119 5D 1C
Octal 140 5 211 36 140 0 56 431 135 34
Binary 1100000 101 10001001 11110 1100000 0 101110 100011001 1011101 11100

Color Harmonies of #600589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600589

Black with #600589

Text Example


Text Example

White with #600589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600589; }

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

 H1.HeaderClassName
 {
   color: #600589;
 }
 .AnyTagClassName
 {
   color: #600589;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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