Html Css Color HEX #440D76 Indigo

📋 copy color: '#440D76'

red 68 ◦ green 13 ◦ blue 118

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

Shades of Indigo #440D76

Tints of Indigo #440D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.53%

 BLUE value IS 118 (46.48% from 255) = 59.3%

R = 34.17%
G = 6.53%
B = 59.3%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#440D76 (or 0x440D76) is known color: Indigo. HEX triplet: 44, 0D and 76. RGB value is (68,13,118). Sum of RGB (Red+Green+Blue) = 68+13+118=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #440D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D76 is #BBF289. Grayscale: #292929. Windows color (decimal): -12317322 or 7736644. OLE color: 7736644.

HSL color Cylindrical-coordinate representation of color #440D76: hue angle of 271.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #440D76 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 13 118 -
CMYK 0.42 0.89 0 0.54
HSL 271.43º 0.8% 0.26% -
HSV(B) 271.43º 0.89% 0.46% -
XYZ 5.8 2.82 17.38 -
YUV 41.42 171.22 146.96 -
System Red Green Blue C M Y K H S L
Decimal 68 13 118 0.42 0.89 0 0.54 271.43 0.8 0.26
Hex 44 D 76 2A 59 0 36 10F 50 1A
Octal 104 15 166 52 131 0 66 417 120 32
Binary 1000100 1101 1110110 101010 1011001 0 110110 100001111 1010000 11010

Color Harmonies of #440D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D76

Black with #440D76

Text Example


Text Example

White with #440D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,13,118); }

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

background-color css

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

 a { background-color: rgb(68,13,118); }

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

border-color css

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

 span { border-color: rgb(68,13,118); }

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