Html Css Color HEX #440076 Indigo

📋 copy color: '#440076'

red 68 ◦ green 0 ◦ blue 118

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

Shades of Indigo #440076

Tints of Indigo #440076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.56%
G = 0%
B = 63.44%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#440076 (or 0x440076) is known color: Indigo. HEX triplet: 44, 00 and 76. RGB value is (68,0,118). Sum of RGB (Red+Green+Blue) = 68+0+118=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #440076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440076 is #BBFF89. Grayscale: #212121. Windows color (decimal): -12320650 or 7733316. OLE color: 7733316.

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

Color convert

RGB 68 0 118 -
CMYK 0.42 1 0 0.54
HSL 274.58º 1% 0.23% -
HSV(B) 274.58º 1% 0.46% -
XYZ 5.65 2.54 17.33 -
YUV 33.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 68 0 118 0.42 1 0 0.54 274.58 1 0.23
Hex 44 0 76 2A 64 0 36 113 64 17
Octal 104 0 166 52 144 0 66 423 144 27
Binary 1000100 0 1110110 101010 1100100 0 110110 100010011 1100100 10111

Color Harmonies of #440076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440076

Black with #440076

Text Example


Text Example

White with #440076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440076; }

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

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

background-color css

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

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

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

border-color css

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

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

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