Html Css Color HEX #440471 Indigo

📋 copy color: '#440471'

red 68 ◦ green 4 ◦ blue 113

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

Shades of Indigo #440471

Tints of Indigo #440471

RGB

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

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

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

R = 36.76%
G = 2.16%
B = 61.08%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#440471 (or 0x440471) is known color: Indigo. HEX triplet: 44, 04 and 71. RGB value is (68,4,113). Sum of RGB (Red+Green+Blue) = 68+4+113=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #440471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440471 is #BBFB8E. Grayscale: #232323. Windows color (decimal): -12319631 or 7406660. OLE color: 7406660.

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

Color convert

RGB 68 4 113 -
CMYK 0.40 0.96 0 0.56
HSL 275.23º 0.93% 0.23% -
HSV(B) 275.23º 0.96% 0.44% -
XYZ 5.41 2.51 15.82 -
YUV 35.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 68 4 113 0.40 0.96 0 0.56 275.23 0.93 0.23
Hex 44 4 71 28 60 0 38 113 5D 17
Octal 104 4 161 50 140 0 70 423 135 27
Binary 1000100 100 1110001 101000 1100000 0 111000 100010011 1011101 10111

Color Harmonies of #440471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440471

Black with #440471

Text Example


Text Example

White with #440471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440471; }

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

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

background-color css

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

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

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

border-color css

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

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

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