Html Css Color HEX #440077 Indigo

📋 copy color: '#440077'

red 68 ◦ green 0 ◦ blue 119

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

Shades of Indigo #440077

Tints of Indigo #440077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.36%
G = 0%
B = 63.64%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#440077 (or 0x440077) is known color: Indigo. HEX triplet: 44, 00 and 77. RGB value is (68,0,119). Sum of RGB (Red+Green+Blue) = 68+0+119=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #440077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440077 is #BBFF88. Grayscale: #212121. Windows color (decimal): -12320649 or 7798852. OLE color: 7798852.

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

Color convert

RGB 68 0 119 -
CMYK 0.43 1 0 0.53
HSL 274.29º 1% 0.23% -
HSV(B) 274.29º 1% 0.47% -
XYZ 5.71 2.56 17.65 -
YUV 33.9 176.03 152.32 -
System Red Green Blue C M Y K H S L
Decimal 68 0 119 0.43 1 0 0.53 274.29 1 0.23
Hex 44 0 77 2B 64 0 35 112 64 17
Octal 104 0 167 53 144 0 65 422 144 27
Binary 1000100 0 1110111 101011 1100100 0 110101 100010010 1100100 10111

Color Harmonies of #440077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440077

Black with #440077

Text Example


Text Example

White with #440077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440077; }

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

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

background-color css

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

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

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

border-color css

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

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

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