Html Css Color HEX #600571 Indigo

📋 copy color: '#600571'

red 96 ◦ green 5 ◦ blue 113

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

Shades of Indigo #600571

Tints of Indigo #600571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 44.86%
G = 2.34%
B = 52.8%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#600571 (or 0x600571) is known color: Indigo. HEX triplet: 60, 05 and 71. RGB value is (96,5,113). Sum of RGB (Red+Green+Blue) = 96+5+113=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #600571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600571 is #9FFA8E. Grayscale: #2C2C2C. Windows color (decimal): -10484367 or 7406944. OLE color: 7406944.

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

Color convert

RGB 96 5 113 -
CMYK 0.15 0.96 0 0.56
HSL 290.56º 0.92% 0.23% -
HSV(B) 290.56º 0.96% 0.44% -
XYZ 7.86 3.79 15.94 -
YUV 44.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 96 5 113 0.15 0.96 0 0.56 290.56 0.92 0.23
Hex 60 5 71 F 60 0 38 123 5C 17
Octal 140 5 161 17 140 0 70 443 134 27
Binary 1100000 101 1110001 1111 1100000 0 111000 100100011 1011100 10111

Color Harmonies of #600571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600571

Black with #600571

Text Example


Text Example

White with #600571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600571; }

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

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

background-color css

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

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

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

border-color css

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

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

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