Html Css Color HEX #600971 Indigo

📋 copy color: '#600971'

red 96 ◦ green 9 ◦ blue 113

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

Shades of Indigo #600971

Tints of Indigo #600971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.83%

R = 44.04%
G = 4.13%
B = 51.83%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#600971 (or 0x600971) is known color: Indigo. HEX triplet: 60, 09 and 71. RGB value is (96,9,113). Sum of RGB (Red+Green+Blue) = 96+9+113=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #600971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600971 is #9FF68E. Grayscale: #2E2E2E. Windows color (decimal): -10483343 or 7407968. OLE color: 7407968.

HSL color Cylindrical-coordinate representation of color #600971: hue angle of 290.19º 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 #600971 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 9 113 -
CMYK 0.15 0.92 0 0.56
HSL 290.19º 0.85% 0.24% -
HSV(B) 290.19º 0.92% 0.44% -
XYZ 7.9 3.87 15.95 -
YUV 46.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 96 9 113 0.15 0.92 0 0.56 290.19 0.85 0.24
Hex 60 9 71 F 5C 0 38 122 55 18
Octal 140 11 161 17 134 0 70 442 125 30
Binary 1100000 1001 1110001 1111 1011100 0 111000 100100010 1010101 11000

Color Harmonies of #600971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600971

Black with #600971

Text Example


Text Example

White with #600971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600971; }

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

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

background-color css

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

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

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

border-color css

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

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

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