Html Css Color HEX #440774 Indigo

📋 copy color: '#440774'

red 68 ◦ green 7 ◦ blue 116

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

Shades of Indigo #440774

Tints of Indigo #440774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.73%

R = 35.6%
G = 3.66%
B = 60.73%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440774 (or 0x440774) is known color: Indigo. HEX triplet: 44, 07 and 74. RGB value is (68,7,116). Sum of RGB (Red+Green+Blue) = 68+7+116=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #440774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440774 is #BBF88B. Grayscale: #252525. Windows color (decimal): -12318860 or 7604036. OLE color: 7604036.

HSL color Cylindrical-coordinate representation of color #440774: hue angle of 273.58º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440774 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 7 116 -
CMYK 0.41 0.94 0 0.55
HSL 273.58º 0.89% 0.24% -
HSV(B) 273.58º 0.94% 0.45% -
XYZ 5.61 2.64 16.74 -
YUV 37.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 68 7 116 0.41 0.94 0 0.55 273.58 0.89 0.24
Hex 44 7 74 29 5E 0 37 112 59 18
Octal 104 7 164 51 136 0 67 422 131 30
Binary 1000100 111 1110100 101001 1011110 0 110111 100010010 1011001 11000

Color Harmonies of #440774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440774

Black with #440774

Text Example


Text Example

White with #440774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440774; }

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

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

background-color css

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

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

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

border-color css

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

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

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