Html Css Color HEX #441095 Indigo

📋 copy color: '#441095'

red 68 ◦ green 16 ◦ blue 149

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

Shades of Indigo #441095

Tints of Indigo #441095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.95%

R = 29.18%
G = 6.87%
B = 63.95%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#441095 (or 0x441095) is known color: Indigo. HEX triplet: 44, 10 and 95. RGB value is (68,16,149). Sum of RGB (Red+Green+Blue) = 68+16+149=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #441095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441095 is #BBEF6A. Grayscale: #2E2E2E. Windows color (decimal): -12316523 or 9769028. OLE color: 9769028.

HSL color Cylindrical-coordinate representation of color #441095: hue angle of 263.46º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441095 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 16 149 -
CMYK 0.54 0.89 0 0.42
HSL 263.46º 0.81% 0.32% -
HSV(B) 263.46º 0.89% 0.58% -
XYZ 7.99 3.77 28.74 -
YUV 46.71 185.73 143.19 -
System Red Green Blue C M Y K H S L
Decimal 68 16 149 0.54 0.89 0 0.42 263.46 0.81 0.32
Hex 44 10 95 36 59 0 2A 107 51 20
Octal 104 20 225 66 131 0 52 407 121 40
Binary 1000100 10000 10010101 110110 1011001 0 101010 100000111 1010001 100000

Color Harmonies of #441095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441095

Black with #441095

Text Example


Text Example

White with #441095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441095; }

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

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

background-color css

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

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

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

border-color css

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

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

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