Html Css Color HEX #600970 Indigo

📋 copy color: '#600970'

red 96 ◦ green 9 ◦ blue 112

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

Shades of Indigo #600970

Tints of Indigo #600970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.61%

R = 44.24%
G = 4.15%
B = 51.61%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#600970 (or 0x600970) is known color: Indigo. HEX triplet: 60, 09 and 70. RGB value is (96,9,112). Sum of RGB (Red+Green+Blue) = 96+9+112=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #600970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600970 is #9FF68F. Grayscale: #2E2E2E. Windows color (decimal): -10483344 or 7342432. OLE color: 7342432.

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

Color convert

RGB 96 9 112 -
CMYK 0.14 0.92 0 0.56
HSL 290.68º 0.85% 0.24% -
HSV(B) 290.68º 0.92% 0.44% -
XYZ 7.85 3.85 15.66 -
YUV 46.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 96 9 112 0.14 0.92 0 0.56 290.68 0.85 0.24
Hex 60 9 70 E 5C 0 38 123 55 18
Octal 140 11 160 16 134 0 70 443 125 30
Binary 1100000 1001 1110000 1110 1011100 0 111000 100100011 1010101 11000

Color Harmonies of #600970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600970

Black with #600970

Text Example


Text Example

White with #600970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600970; }

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

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

background-color css

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

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

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

border-color css

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

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

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