Html Css Color HEX #441096 Indigo

📋 copy color: '#441096'

red 68 ◦ green 16 ◦ blue 150

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

Shades of Indigo #441096

Tints of Indigo #441096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

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

R = 29.06%
G = 6.84%
B = 64.1%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#441096 (or 0x441096) is known color: Indigo. HEX triplet: 44, 10 and 96. RGB value is (68,16,150). Sum of RGB (Red+Green+Blue) = 68+16+150=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #441096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441096 is #BBEF69. Grayscale: #2E2E2E. Windows color (decimal): -12316522 or 9834564. OLE color: 9834564.

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

Color convert

RGB 68 16 150 -
CMYK 0.55 0.89 0 0.41
HSL 263.28º 0.81% 0.33% -
HSV(B) 263.28º 0.89% 0.59% -
XYZ 8.07 3.8 29.16 -
YUV 46.82 186.23 143.1 -
System Red Green Blue C M Y K H S L
Decimal 68 16 150 0.55 0.89 0 0.41 263.28 0.81 0.33
Hex 44 10 96 37 59 0 29 107 51 21
Octal 104 20 226 67 131 0 51 407 121 41
Binary 1000100 10000 10010110 110111 1011001 0 101001 100000111 1010001 100001

Color Harmonies of #441096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441096

Black with #441096

Text Example


Text Example

White with #441096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441096; }

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

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

background-color css

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

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

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

border-color css

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

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

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