Html Css Color HEX #440477 Indigo

📋 copy color: '#440477'

red 68 ◦ green 4 ◦ blue 119

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

Shades of Indigo #440477

Tints of Indigo #440477

RGB

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

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

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

R = 35.6%
G = 2.09%
B = 62.3%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#440477 (or 0x440477) is known color: Indigo. HEX triplet: 44, 04 and 77. RGB value is (68,4,119). Sum of RGB (Red+Green+Blue) = 68+4+119=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #440477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440477 is #BBFB88. Grayscale: #232323. Windows color (decimal): -12319625 or 7799876. OLE color: 7799876.

HSL color Cylindrical-coordinate representation of color #440477: hue angle of 273.39º degrees, saturation: 0.93, 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 #440477 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 4 119 -
CMYK 0.43 0.97 0 0.53
HSL 273.39º 0.93% 0.24% -
HSV(B) 273.39º 0.97% 0.47% -
XYZ 5.76 2.65 17.66 -
YUV 36.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 68 4 119 0.43 0.97 0 0.53 273.39 0.93 0.24
Hex 44 4 77 2B 61 0 35 111 5D 18
Octal 104 4 167 53 141 0 65 421 135 30
Binary 1000100 100 1110111 101011 1100001 0 110101 100010001 1011101 11000

Color Harmonies of #440477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440477

Black with #440477

Text Example


Text Example

White with #440477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440477; }

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

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

background-color css

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

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

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

border-color css

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

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

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