Html Css Color HEX #440476 Indigo

📋 copy color: '#440476'

red 68 ◦ green 4 ◦ blue 118

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

Shades of Indigo #440476

Tints of Indigo #440476

RGB

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

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

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

R = 35.79%
G = 2.11%
B = 62.11%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#440476 (or 0x440476) is known color: Indigo. HEX triplet: 44, 04 and 76. RGB value is (68,4,118). Sum of RGB (Red+Green+Blue) = 68+4+118=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #440476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440476 is #BBFB89. Grayscale: #232323. Windows color (decimal): -12319626 or 7734340. OLE color: 7734340.

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

Color convert

RGB 68 4 118 -
CMYK 0.42 0.97 0 0.54
HSL 273.68º 0.93% 0.24% -
HSV(B) 273.68º 0.97% 0.46% -
XYZ 5.7 2.62 17.35 -
YUV 36.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 68 4 118 0.42 0.97 0 0.54 273.68 0.93 0.24
Hex 44 4 76 2A 61 0 36 112 5D 18
Octal 104 4 166 52 141 0 66 422 135 30
Binary 1000100 100 1110110 101010 1100001 0 110110 100010010 1011101 11000

Color Harmonies of #440476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440476

Black with #440476

Text Example


Text Example

White with #440476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440476; }

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

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

background-color css

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

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

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

border-color css

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

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

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