Html Css Color HEX #441195 Indigo

📋 copy color: '#441195'

red 68 ◦ green 17 ◦ blue 149

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

Shades of Indigo #441195

Tints of Indigo #441195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.26%

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

R = 29.06%
G = 7.26%
B = 63.68%

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

#441195 (or 0x441195) is known color: Indigo. HEX triplet: 44, 11 and 95. RGB value is (68,17,149). Sum of RGB (Red+Green+Blue) = 68+17+149=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #441195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441195 is #BBEE6A. Grayscale: #2E2E2E. Windows color (decimal): -12316267 or 9769284. OLE color: 9769284.

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

Color convert

RGB 68 17 149 -
CMYK 0.54 0.89 0 0.42
HSL 263.18º 0.8% 0.33% -
HSV(B) 263.18º 0.89% 0.58% -
XYZ 8.01 3.8 28.75 -
YUV 47.3 185.4 142.77 -
System Red Green Blue C M Y K H S L
Decimal 68 17 149 0.54 0.89 0 0.42 263.18 0.8 0.33
Hex 44 11 95 36 59 0 2A 107 50 21
Octal 104 21 225 66 131 0 52 407 120 41
Binary 1000100 10001 10010101 110110 1011001 0 101010 100000111 1010000 100001

Color Harmonies of #441195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441195

Black with #441195

Text Example


Text Example

White with #441195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441195; }

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

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

background-color css

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

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

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

border-color css

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

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

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