Html Css Color HEX #440177 Indigo

📋 copy color: '#440177'

red 68 ◦ green 1 ◦ blue 119

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

Shades of Indigo #440177

Tints of Indigo #440177

RGB

 RED value IS 68 (26.95% from 255) = 36.17%

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 36.17%
G = 0.53%
B = 63.3%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#440177 (or 0x440177) is known color: Indigo. HEX triplet: 44, 01 and 77. RGB value is (68,1,119). Sum of RGB (Red+Green+Blue) = 68+1+119=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #440177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440177 is #BBFE88. Grayscale: #222222. Windows color (decimal): -12320393 or 7799108. OLE color: 7799108.

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

Color convert

RGB 68 1 119 -
CMYK 0.43 0.99 0 0.53
HSL 274.07º 0.98% 0.24% -
HSV(B) 274.07º 0.99% 0.47% -
XYZ 5.72 2.58 17.65 -
YUV 34.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 68 1 119 0.43 0.99 0 0.53 274.07 0.98 0.24
Hex 44 1 77 2B 63 0 35 112 62 18
Octal 104 1 167 53 143 0 65 422 142 30
Binary 1000100 1 1110111 101011 1100011 0 110101 100010010 1100010 11000

Color Harmonies of #440177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440177

Black with #440177

Text Example


Text Example

White with #440177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440177; }

 p { color: rgb(68,1,119); }

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

background-color css

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

 a { background-color: rgb(68,1,119); }

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

border-color css

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

 span { border-color: rgb(68,1,119); }

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