Html Css Color HEX #440776 Indigo

📋 copy color: '#440776'

red 68 ◦ green 7 ◦ blue 118

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

Shades of Indigo #440776

Tints of Indigo #440776

RGB

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

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

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

R = 35.23%
G = 3.63%
B = 61.14%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#440776 (or 0x440776) is known color: Indigo. HEX triplet: 44, 07 and 76. RGB value is (68,7,118). Sum of RGB (Red+Green+Blue) = 68+7+118=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #440776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440776 is #BBF889. Grayscale: #252525. Windows color (decimal): -12318858 or 7735108. OLE color: 7735108.

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

Color convert

RGB 68 7 118 -
CMYK 0.42 0.94 0 0.54
HSL 272.97º 0.89% 0.25% -
HSV(B) 272.97º 0.94% 0.46% -
XYZ 5.73 2.69 17.36 -
YUV 37.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 68 7 118 0.42 0.94 0 0.54 272.97 0.89 0.25
Hex 44 7 76 2A 5E 0 36 111 59 19
Octal 104 7 166 52 136 0 66 421 131 31
Binary 1000100 111 1110110 101010 1011110 0 110110 100010001 1011001 11001

Color Harmonies of #440776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440776

Black with #440776

Text Example


Text Example

White with #440776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440776; }

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

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

background-color css

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

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

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

border-color css

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

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

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