Html Css Color HEX #440976 Indigo

📋 copy color: '#440976'

red 68 ◦ green 9 ◦ blue 118

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

Shades of Indigo #440976

Tints of Indigo #440976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.62%

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

R = 34.87%
G = 4.62%
B = 60.51%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#440976 (or 0x440976) is known color: Indigo. HEX triplet: 44, 09 and 76. RGB value is (68,9,118). Sum of RGB (Red+Green+Blue) = 68+9+118=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #440976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440976 is #BBF689. Grayscale: #262626. Windows color (decimal): -12318346 or 7735620. OLE color: 7735620.

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

Color convert

RGB 68 9 118 -
CMYK 0.42 0.92 0 0.54
HSL 272.48º 0.86% 0.25% -
HSV(B) 272.48º 0.92% 0.46% -
XYZ 5.75 2.73 17.36 -
YUV 39.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 68 9 118 0.42 0.92 0 0.54 272.48 0.86 0.25
Hex 44 9 76 2A 5C 0 36 110 56 19
Octal 104 11 166 52 134 0 66 420 126 31
Binary 1000100 1001 1110110 101010 1011100 0 110110 100010000 1010110 11001

Color Harmonies of #440976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440976

Black with #440976

Text Example


Text Example

White with #440976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440976; }

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

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

background-color css

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

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

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

border-color css

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

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

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