Html Css Color HEX #600371 Indigo

📋 copy color: '#600371'

red 96 ◦ green 3 ◦ blue 113

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

Shades of Indigo #600371

Tints of Indigo #600371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 45.28%
G = 1.42%
B = 53.3%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#600371 (or 0x600371) is known color: Indigo. HEX triplet: 60, 03 and 71. RGB value is (96,3,113). Sum of RGB (Red+Green+Blue) = 96+3+113=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #600371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600371 is #9FFC8E. Grayscale: #2B2B2B. Windows color (decimal): -10484879 or 7406432. OLE color: 7406432.

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

Color convert

RGB 96 3 113 -
CMYK 0.15 0.97 0 0.56
HSL 290.73º 0.95% 0.23% -
HSV(B) 290.73º 0.97% 0.44% -
XYZ 7.84 3.74 15.93 -
YUV 43.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 96 3 113 0.15 0.97 0 0.56 290.73 0.95 0.23
Hex 60 3 71 F 61 0 38 123 5F 17
Octal 140 3 161 17 141 0 70 443 137 27
Binary 1100000 11 1110001 1111 1100001 0 111000 100100011 1011111 10111

Color Harmonies of #600371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600371

Black with #600371

Text Example


Text Example

White with #600371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600371; }

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

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

background-color css

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

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

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

border-color css

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

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

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