Html Css Color HEX #441271 Indigo

📋 copy color: '#441271'

red 68 ◦ green 18 ◦ blue 113

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

Shades of Indigo #441271

Tints of Indigo #441271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.05%

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

R = 34.17%
G = 9.05%
B = 56.78%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#441271 (or 0x441271) is known color: Indigo. HEX triplet: 44, 12 and 71. RGB value is (68,18,113). Sum of RGB (Red+Green+Blue) = 68+18+113=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #441271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441271 is #BBED8E. Grayscale: #2B2B2B. Windows color (decimal): -12316047 or 7410244. OLE color: 7410244.

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

Color convert

RGB 68 18 113 -
CMYK 0.40 0.84 0 0.56
HSL 271.58º 0.73% 0.26% -
HSV(B) 271.58º 0.84% 0.44% -
XYZ 5.58 2.85 15.88 -
YUV 43.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 68 18 113 0.40 0.84 0 0.56 271.58 0.73 0.26
Hex 44 12 71 28 54 0 38 110 49 1A
Octal 104 22 161 50 124 0 70 420 111 32
Binary 1000100 10010 1110001 101000 1010100 0 111000 100010000 1001001 11010

Color Harmonies of #441271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441271

Black with #441271

Text Example


Text Example

White with #441271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441271; }

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

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

background-color css

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

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

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

border-color css

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

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

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