Html Css Color HEX #440E71 Indigo

📋 copy color: '#440E71'

red 68 ◦ green 14 ◦ blue 113

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

Shades of Indigo #440E71

Tints of Indigo #440E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.18%

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

R = 34.87%
G = 7.18%
B = 57.95%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#440E71 (or 0x440E71) is known color: Indigo. HEX triplet: 44, 0E and 71. RGB value is (68,14,113). Sum of RGB (Red+Green+Blue) = 68+14+113=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #440E71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440E71 is #BBF18E. Grayscale: #292929. Windows color (decimal): -12317071 or 7409220. OLE color: 7409220.

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

Color convert

RGB 68 14 113 -
CMYK 0.40 0.88 0 0.56
HSL 272.73º 0.78% 0.25% -
HSV(B) 272.73º 0.88% 0.44% -
XYZ 5.52 2.74 15.86 -
YUV 41.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 68 14 113 0.40 0.88 0 0.56 272.73 0.78 0.25
Hex 44 E 71 28 58 0 38 111 4E 19
Octal 104 16 161 50 130 0 70 421 116 31
Binary 1000100 1110 1110001 101000 1011000 0 111000 100010001 1001110 11001

Color Harmonies of #440E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440E71

Black with #440E71

Text Example


Text Example

White with #440E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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