Html Css Color HEX #600071 Indigo

📋 copy color: '#600071'

red 96 ◦ green 0 ◦ blue 113

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

Shades of Indigo #600071

Tints of Indigo #600071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.93%
G = 0%
B = 54.07%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#600071 (or 0x600071) is known color: Indigo. HEX triplet: 60, 00 and 71. RGB value is (96,0,113). Sum of RGB (Red+Green+Blue) = 96+0+113=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #600071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600071 is #9FFF8E. Grayscale: #292929. Windows color (decimal): -10485647 or 7405664. OLE color: 7405664.

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

Color convert

RGB 96 0 113 -
CMYK 0.15 1 0 0.56
HSL 290.97º 1% 0.22% -
HSV(B) 290.97º 1% 0.44% -
XYZ 7.8 3.68 15.92 -
YUV 41.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 96 0 113 0.15 1 0 0.56 290.97 1 0.22
Hex 60 0 71 F 64 0 38 123 64 16
Octal 140 0 161 17 144 0 70 443 144 26
Binary 1100000 0 1110001 1111 1100100 0 111000 100100011 1100100 10110

Color Harmonies of #600071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600071

Black with #600071

Text Example


Text Example

White with #600071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600071; }

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

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

background-color css

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

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

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

border-color css

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

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

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