Html Css Color HEX #600972 Indigo

📋 copy color: '#600972'

red 96 ◦ green 9 ◦ blue 114

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

Shades of Indigo #600972

Tints of Indigo #600972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 43.84%
G = 4.11%
B = 52.05%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600972 (or 0x600972) is known color: Indigo. HEX triplet: 60, 09 and 72. RGB value is (96,9,114). Sum of RGB (Red+Green+Blue) = 96+9+114=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #600972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600972 is #9FF68D. Grayscale: #2E2E2E. Windows color (decimal): -10483342 or 7473504. OLE color: 7473504.

HSL color Cylindrical-coordinate representation of color #600972: hue angle of 289.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600972 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 9 114 -
CMYK 0.16 0.92 0 0.55
HSL 289.71º 0.85% 0.24% -
HSV(B) 289.71º 0.92% 0.45% -
XYZ 7.96 3.9 16.25 -
YUV 46.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 96 9 114 0.16 0.92 0 0.55 289.71 0.85 0.24
Hex 60 9 72 10 5C 0 37 122 55 18
Octal 140 11 162 20 134 0 67 442 125 30
Binary 1100000 1001 1110010 10000 1011100 0 110111 100100010 1010101 11000

Color Harmonies of #600972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600972

Black with #600972

Text Example


Text Example

White with #600972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600972; }

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

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

background-color css

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

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

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

border-color css

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

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

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