Html Css Color HEX #441190 Indigo

📋 copy color: '#441190'

red 68 ◦ green 17 ◦ blue 144

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

Shades of Indigo #441190

Tints of Indigo #441190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.88%

R = 29.69%
G = 7.42%
B = 62.88%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#441190 (or 0x441190) is known color: Indigo. HEX triplet: 44, 11 and 90. RGB value is (68,17,144). Sum of RGB (Red+Green+Blue) = 68+17+144=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #441190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441190 is #BBEE6F. Grayscale: #2E2E2E. Windows color (decimal): -12316272 or 9441604. OLE color: 9441604.

HSL color Cylindrical-coordinate representation of color #441190: hue angle of 264.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441190 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 17 144 -
CMYK 0.53 0.88 0 0.44
HSL 264.09º 0.79% 0.32% -
HSV(B) 264.09º 0.88% 0.56% -
XYZ 7.62 3.64 26.69 -
YUV 46.73 182.9 143.17 -
System Red Green Blue C M Y K H S L
Decimal 68 17 144 0.53 0.88 0 0.44 264.09 0.79 0.32
Hex 44 11 90 35 58 0 2C 108 4F 20
Octal 104 21 220 65 130 0 54 410 117 40
Binary 1000100 10001 10010000 110101 1011000 0 101100 100001000 1001111 100000

Color Harmonies of #441190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441190

Black with #441190

Text Example


Text Example

White with #441190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441190; }

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

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

background-color css

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

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

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

border-color css

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

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

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