Html Css Color HEX #441171 Indigo

📋 copy color: '#441171'

red 68 ◦ green 17 ◦ blue 113

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

Shades of Indigo #441171

Tints of Indigo #441171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.07%

R = 34.34%
G = 8.59%
B = 57.07%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#441171 (or 0x441171) is known color: Indigo. HEX triplet: 44, 11 and 71. RGB value is (68,17,113). Sum of RGB (Red+Green+Blue) = 68+17+113=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #441171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441171 is #BBEE8E. Grayscale: #2A2A2A. Windows color (decimal): -12316303 or 7409988. OLE color: 7409988.

HSL color Cylindrical-coordinate representation of color #441171: hue angle of 271.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441171 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 17 113 -
CMYK 0.40 0.85 0 0.56
HSL 271.88º 0.74% 0.25% -
HSV(B) 271.88º 0.85% 0.44% -
XYZ 5.56 2.82 15.87 -
YUV 43.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 68 17 113 0.40 0.85 0 0.56 271.88 0.74 0.25
Hex 44 11 71 28 55 0 38 110 4A 19
Octal 104 21 161 50 125 0 70 420 112 31
Binary 1000100 10001 1110001 101000 1010101 0 111000 100010000 1001010 11001

Color Harmonies of #441171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441171

Black with #441171

Text Example


Text Example

White with #441171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441171; }

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

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

background-color css

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

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

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

border-color css

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

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

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