Html Css Color HEX #440996 Indigo

📋 copy color: '#440996'

red 68 ◦ green 9 ◦ blue 150

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

Shades of Indigo #440996

Tints of Indigo #440996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 66.08%

R = 29.96%
G = 3.96%
B = 66.08%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#440996 (or 0x440996) is known color: Indigo. HEX triplet: 44, 09 and 96. RGB value is (68,9,150). Sum of RGB (Red+Green+Blue) = 68+9+150=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #440996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440996 is #BBF669. Grayscale: #2A2A2A. Windows color (decimal): -12318314 or 9832772. OLE color: 9832772.

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

Color convert

RGB 68 9 150 -
CMYK 0.55 0.94 0 0.41
HSL 265.11º 0.89% 0.31% -
HSV(B) 265.11º 0.94% 0.59% -
XYZ 7.99 3.63 29.13 -
YUV 42.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 68 9 150 0.55 0.94 0 0.41 265.11 0.89 0.31
Hex 44 9 96 37 5E 0 29 109 59 1F
Octal 104 11 226 67 136 0 51 411 131 37
Binary 1000100 1001 10010110 110111 1011110 0 101001 100001001 1011001 11111

Color Harmonies of #440996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440996

Black with #440996

Text Example


Text Example

White with #440996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440996; }

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

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

background-color css

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

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

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

border-color css

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

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

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