Html Css Color HEX #441371 Indigo

📋 copy color: '#441371'

red 68 ◦ green 19 ◦ blue 113

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

Shades of Indigo #441371

Tints of Indigo #441371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

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

R = 34%
G = 9.5%
B = 56.5%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#441371 (or 0x441371) is known color: Indigo. HEX triplet: 44, 13 and 71. RGB value is (68,19,113). Sum of RGB (Red+Green+Blue) = 68+19+113=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #441371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441371 is #BBEC8E. Grayscale: #2C2C2C. Windows color (decimal): -12315791 or 7410500. OLE color: 7410500.

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

Color convert

RGB 68 19 113 -
CMYK 0.40 0.83 0 0.56
HSL 271.28º 0.71% 0.26% -
HSV(B) 271.28º 0.83% 0.44% -
XYZ 5.6 2.89 15.89 -
YUV 44.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 68 19 113 0.40 0.83 0 0.56 271.28 0.71 0.26
Hex 44 13 71 28 53 0 38 10F 47 1A
Octal 104 23 161 50 123 0 70 417 107 32
Binary 1000100 10011 1110001 101000 1010011 0 111000 100001111 1000111 11010

Color Harmonies of #441371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441371

Black with #441371

Text Example


Text Example

White with #441371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441371; }

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

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

background-color css

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

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

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

border-color css

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

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

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