Html Css Color HEX #600771 Indigo

📋 copy color: '#600771'

red 96 ◦ green 7 ◦ blue 113

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

Shades of Indigo #600771

Tints of Indigo #600771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

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

R = 44.44%
G = 3.24%
B = 52.31%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#600771 (or 0x600771) is known color: Indigo. HEX triplet: 60, 07 and 71. RGB value is (96,7,113). Sum of RGB (Red+Green+Blue) = 96+7+113=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #600771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600771 is #9FF88E. Grayscale: #2D2D2D. Windows color (decimal): -10483855 or 7407456. OLE color: 7407456.

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

Color convert

RGB 96 7 113 -
CMYK 0.15 0.94 0 0.56
HSL 290.38º 0.88% 0.24% -
HSV(B) 290.38º 0.94% 0.44% -
XYZ 7.88 3.83 15.95 -
YUV 45.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 96 7 113 0.15 0.94 0 0.56 290.38 0.88 0.24
Hex 60 7 71 F 5E 0 38 122 58 18
Octal 140 7 161 17 136 0 70 442 130 30
Binary 1100000 111 1110001 1111 1011110 0 111000 100100010 1011000 11000

Color Harmonies of #600771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600771

Black with #600771

Text Example


Text Example

White with #600771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600771; }

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

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

background-color css

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

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

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

border-color css

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

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

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