Html Css Color HEX #441099 Indigo

📋 copy color: '#441099'

red 68 ◦ green 16 ◦ blue 153

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

Shades of Indigo #441099

Tints of Indigo #441099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 64.56%

R = 28.69%
G = 6.75%
B = 64.56%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#441099 (or 0x441099) is known color: Indigo. HEX triplet: 44, 10 and 99. RGB value is (68,16,153). Sum of RGB (Red+Green+Blue) = 68+16+153=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #441099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441099 is #BBEF66. Grayscale: #2E2E2E. Windows color (decimal): -12316519 or 10031172. OLE color: 10031172.

HSL color Cylindrical-coordinate representation of color #441099: hue angle of 262.77º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #441099 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 16 153 -
CMYK 0.56 0.90 0 0.4
HSL 262.77º 0.81% 0.33% -
HSV(B) 262.77º 0.9% 0.6% -
XYZ 8.32 3.9 30.45 -
YUV 47.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 68 16 153 0.56 0.90 0 0.4 262.77 0.81 0.33
Hex 44 10 99 38 5A 0 28 107 51 21
Octal 104 20 231 70 132 0 50 407 121 41
Binary 1000100 10000 10011001 111000 1011010 0 101000 100000111 1010001 100001

Color Harmonies of #441099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441099

Black with #441099

Text Example


Text Example

White with #441099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441099; }

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

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

background-color css

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

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

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

border-color css

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

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

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