Html Css Color HEX #441192 Indigo

📋 copy color: '#441192'

red 68 ◦ green 17 ◦ blue 146

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

Shades of Indigo #441192

Tints of Indigo #441192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 29.44%
G = 7.36%
B = 63.2%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#441192 (or 0x441192) is known color: Indigo. HEX triplet: 44, 11 and 92. RGB value is (68,17,146). Sum of RGB (Red+Green+Blue) = 68+17+146=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #441192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441192 is #BBEE6D. Grayscale: #2E2E2E. Windows color (decimal): -12316270 or 9572676. OLE color: 9572676.

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

Color convert

RGB 68 17 146 -
CMYK 0.53 0.88 0 0.43
HSL 263.72º 0.79% 0.32% -
HSV(B) 263.72º 0.88% 0.57% -
XYZ 7.77 3.71 27.5 -
YUV 46.96 183.9 143.01 -
System Red Green Blue C M Y K H S L
Decimal 68 17 146 0.53 0.88 0 0.43 263.72 0.79 0.32
Hex 44 11 92 35 58 0 2B 108 4F 20
Octal 104 21 222 65 130 0 53 410 117 40
Binary 1000100 10001 10010010 110101 1011000 0 101011 100001000 1001111 100000

Color Harmonies of #441192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441192

Black with #441192

Text Example


Text Example

White with #441192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441192; }

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

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

background-color css

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

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

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

border-color css

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

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

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