Html Css Color HEX #441194 Indigo

📋 copy color: '#441194'

red 68 ◦ green 17 ◦ blue 148

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

Shades of Indigo #441194

Tints of Indigo #441194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.52%

R = 29.18%
G = 7.3%
B = 63.52%

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

#441194 (or 0x441194) is known color: Indigo. HEX triplet: 44, 11 and 94. RGB value is (68,17,148). Sum of RGB (Red+Green+Blue) = 68+17+148=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #441194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441194 is #BBEE6B. Grayscale: #2E2E2E. Windows color (decimal): -12316268 or 9703748. OLE color: 9703748.

HSL color Cylindrical-coordinate representation of color #441194: hue angle of 263.36º degrees, saturation: 0.79, 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 #441194 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 17 148 -
CMYK 0.54 0.89 0 0.42
HSL 263.36º 0.79% 0.32% -
HSV(B) 263.36º 0.89% 0.58% -
XYZ 7.93 3.77 28.33 -
YUV 47.18 184.9 142.85 -
System Red Green Blue C M Y K H S L
Decimal 68 17 148 0.54 0.89 0 0.42 263.36 0.79 0.32
Hex 44 11 94 36 59 0 2A 107 4F 20
Octal 104 21 224 66 131 0 52 407 117 40
Binary 1000100 10001 10010100 110110 1011001 0 101010 100000111 1001111 100000

Color Harmonies of #441194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441194

Black with #441194

Text Example


Text Example

White with #441194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441194; }

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

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

background-color css

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

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

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

border-color css

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

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

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