Html Css Color HEX #441071 Indigo

📋 copy color: '#441071'

red 68 ◦ green 16 ◦ blue 113

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

Shades of Indigo #441071

Tints of Indigo #441071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

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

R = 34.52%
G = 8.12%
B = 57.36%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#441071 (or 0x441071) is known color: Indigo. HEX triplet: 44, 10 and 71. RGB value is (68,16,113). Sum of RGB (Red+Green+Blue) = 68+16+113=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #441071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441071 is #BBEF8E. Grayscale: #2A2A2A. Windows color (decimal): -12316559 or 7409732. OLE color: 7409732.

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

Color convert

RGB 68 16 113 -
CMYK 0.40 0.86 0 0.56
HSL 272.16º 0.75% 0.25% -
HSV(B) 272.16º 0.86% 0.44% -
XYZ 5.55 2.79 15.87 -
YUV 42.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 68 16 113 0.40 0.86 0 0.56 272.16 0.75 0.25
Hex 44 10 71 28 56 0 38 110 4B 19
Octal 104 20 161 50 126 0 70 420 113 31
Binary 1000100 10000 1110001 101000 1010110 0 111000 100010000 1001011 11001

Color Harmonies of #441071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441071

Black with #441071

Text Example


Text Example

White with #441071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441071; }

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

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

background-color css

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

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

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

border-color css

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

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

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