Html Css Color HEX #600377 Indigo

📋 copy color: '#600377'

red 96 ◦ green 3 ◦ blue 119

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

Shades of Indigo #600377

Tints of Indigo #600377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 54.59%

R = 44.04%
G = 1.38%
B = 54.59%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#600377 (or 0x600377) is known color: Indigo. HEX triplet: 60, 03 and 77. RGB value is (96,3,119). Sum of RGB (Red+Green+Blue) = 96+3+119=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #600377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600377 is #9FFC88. Grayscale: #2B2B2B. Windows color (decimal): -10484873 or 7799648. OLE color: 7799648.

HSL color Cylindrical-coordinate representation of color #600377: hue angle of 288.1º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600377 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 3 119 -
CMYK 0.19 0.97 0 0.53
HSL 288.1º 0.95% 0.24% -
HSV(B) 288.1º 0.97% 0.47% -
XYZ 8.19 3.88 17.77 -
YUV 44.03 170.31 165.07 -
System Red Green Blue C M Y K H S L
Decimal 96 3 119 0.19 0.97 0 0.53 288.1 0.95 0.24
Hex 60 3 77 13 61 0 35 120 5F 18
Octal 140 3 167 23 141 0 65 440 137 30
Binary 1100000 11 1110111 10011 1100001 0 110101 100100000 1011111 11000

Color Harmonies of #600377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600377

Black with #600377

Text Example


Text Example

White with #600377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600377; }

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

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

background-color css

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

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

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

border-color css

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

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

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