Html Css Color HEX #600987 Indigo

📋 copy color: '#600987'

red 96 ◦ green 9 ◦ blue 135

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

Shades of Indigo #600987

Tints of Indigo #600987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

 BLUE value IS 135 (53.13% from 255) = 56.25%

R = 40%
G = 3.75%
B = 56.25%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600987 (or 0x600987) is known color: Indigo. HEX triplet: 60, 09 and 87. RGB value is (96,9,135). Sum of RGB (Red+Green+Blue) = 96+9+135=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #600987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600987 is #9FF678. Grayscale: #303030. Windows color (decimal): -10483321 or 8849760. OLE color: 8849760.

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

Color convert

RGB 96 9 135 -
CMYK 0.29 0.93 0 0.47
HSL 281.43º 0.88% 0.28% -
HSV(B) 281.43º 0.93% 0.53% -
XYZ 9.29 4.43 23.29 -
YUV 49.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 96 9 135 0.29 0.93 0 0.47 281.43 0.88 0.28
Hex 60 9 87 1D 5D 0 2F 119 58 1C
Octal 140 11 207 35 135 0 57 431 130 34
Binary 1100000 1001 10000111 11101 1011101 0 101111 100011001 1011000 11100

Color Harmonies of #600987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600987

Black with #600987

Text Example


Text Example

White with #600987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600987; }

 p { color: rgb(96,9,135); }

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

background-color css

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

 a { background-color: rgb(96,9,135); }

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

border-color css

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

 span { border-color: rgb(96,9,135); }

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