Html Css Color HEX #600471 Indigo

📋 copy color: '#600471'

red 96 ◦ green 4 ◦ blue 113

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

Shades of Indigo #600471

Tints of Indigo #600471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.88%

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

R = 45.07%
G = 1.88%
B = 53.05%

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

#600471 (or 0x600471) is known color: Indigo. HEX triplet: 60, 04 and 71. RGB value is (96,4,113). Sum of RGB (Red+Green+Blue) = 96+4+113=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #600471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600471 is #9FFB8E. Grayscale: #2B2B2B. Windows color (decimal): -10484623 or 7406688. OLE color: 7406688.

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

Color convert

RGB 96 4 113 -
CMYK 0.15 0.96 0 0.56
HSL 290.64º 0.93% 0.23% -
HSV(B) 290.64º 0.96% 0.44% -
XYZ 7.85 3.77 15.94 -
YUV 43.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 96 4 113 0.15 0.96 0 0.56 290.64 0.93 0.23
Hex 60 4 71 F 60 0 38 123 5D 17
Octal 140 4 161 17 140 0 70 443 135 27
Binary 1100000 100 1110001 1111 1100000 0 111000 100100011 1011101 10111

Color Harmonies of #600471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600471

Black with #600471

Text Example


Text Example

White with #600471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600471; }

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

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

background-color css

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

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

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

border-color css

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

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

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