Html Css Color HEX #440896 Indigo

📋 copy color: '#440896'

red 68 ◦ green 8 ◦ blue 150

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

Shades of Indigo #440896

Tints of Indigo #440896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.54%

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

R = 30.09%
G = 3.54%
B = 66.37%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#440896 (or 0x440896) is known color: Indigo. HEX triplet: 44, 08 and 96. RGB value is (68,8,150). Sum of RGB (Red+Green+Blue) = 68+8+150=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #440896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440896 is #BBF769. Grayscale: #292929. Windows color (decimal): -12318570 or 9832516. OLE color: 9832516.

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

Color convert

RGB 68 8 150 -
CMYK 0.55 0.95 0 0.41
HSL 265.35º 0.9% 0.31% -
HSV(B) 265.35º 0.95% 0.59% -
XYZ 7.98 3.6 29.13 -
YUV 42.13 188.88 146.45 -
System Red Green Blue C M Y K H S L
Decimal 68 8 150 0.55 0.95 0 0.41 265.35 0.9 0.31
Hex 44 8 96 37 5F 0 29 109 5A 1F
Octal 104 10 226 67 137 0 51 411 132 37
Binary 1000100 1000 10010110 110111 1011111 0 101001 100001001 1011010 11111

Color Harmonies of #440896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440896

Black with #440896

Text Example


Text Example

White with #440896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440896; }

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

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

background-color css

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

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

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

border-color css

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

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

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