Html Css Color HEX #600889 Indigo

📋 copy color: '#600889'

red 96 ◦ green 8 ◦ blue 137

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

Shades of Indigo #600889

Tints of Indigo #600889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 39.83%
G = 3.32%
B = 56.85%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#600889 (or 0x600889) is known color: Indigo. HEX triplet: 60, 08 and 89. RGB value is (96,8,137). Sum of RGB (Red+Green+Blue) = 96+8+137=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #600889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600889 is #9FF776. Grayscale: #303030. Windows color (decimal): -10483575 or 8980576. OLE color: 8980576.

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

Color convert

RGB 96 8 137 -
CMYK 0.30 0.94 0 0.46
HSL 280.93º 0.89% 0.28% -
HSV(B) 280.93º 0.94% 0.54% -
XYZ 9.43 4.47 24.03 -
YUV 49.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 96 8 137 0.30 0.94 0 0.46 280.93 0.89 0.28
Hex 60 8 89 1E 5E 0 2E 119 59 1C
Octal 140 10 211 36 136 0 56 431 131 34
Binary 1100000 1000 10001001 11110 1011110 0 101110 100011001 1011001 11100

Color Harmonies of #600889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600889

Black with #600889

Text Example


Text Example

White with #600889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600889; }

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

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

background-color css

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

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

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

border-color css

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

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

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