Html Css Color HEX #440771 Indigo

📋 copy color: '#440771'

red 68 ◦ green 7 ◦ blue 113

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

Shades of Indigo #440771

Tints of Indigo #440771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.72%

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

R = 36.17%
G = 3.72%
B = 60.11%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#440771 (or 0x440771) is known color: Indigo. HEX triplet: 44, 07 and 71. RGB value is (68,7,113). Sum of RGB (Red+Green+Blue) = 68+7+113=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #440771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440771 is #BBF88E. Grayscale: #242424. Windows color (decimal): -12318863 or 7407428. OLE color: 7407428.

HSL color Cylindrical-coordinate representation of color #440771: hue angle of 274.53º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440771 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 7 113 -
CMYK 0.40 0.94 0 0.56
HSL 274.53º 0.88% 0.24% -
HSV(B) 274.53º 0.94% 0.44% -
XYZ 5.44 2.57 15.83 -
YUV 37.32 170.71 149.88 -
System Red Green Blue C M Y K H S L
Decimal 68 7 113 0.40 0.94 0 0.56 274.53 0.88 0.24
Hex 44 7 71 28 5E 0 38 113 58 18
Octal 104 7 161 50 136 0 70 423 130 30
Binary 1000100 111 1110001 101000 1011110 0 111000 100010011 1011000 11000

Color Harmonies of #440771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440771

Black with #440771

Text Example


Text Example

White with #440771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440771; }

 p { color: rgb(68,7,113); }

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

background-color css

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

 a { background-color: rgb(68,7,113); }

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

border-color css

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

 span { border-color: rgb(68,7,113); }

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