Html Css Color HEX #441173 Indigo

📋 copy color: '#441173'

red 68 ◦ green 17 ◦ blue 115

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

Shades of Indigo #441173

Tints of Indigo #441173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 57.5%

R = 34%
G = 8.5%
B = 57.5%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#441173 (or 0x441173) is known color: Indigo. HEX triplet: 44, 11 and 73. RGB value is (68,17,115). Sum of RGB (Red+Green+Blue) = 68+17+115=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #441173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441173 is #BBEE8C. Grayscale: #2B2B2B. Windows color (decimal): -12316301 or 7541060. OLE color: 7541060.

HSL color Cylindrical-coordinate representation of color #441173: hue angle of 271.22º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441173 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 17 115 -
CMYK 0.41 0.85 0 0.55
HSL 271.22º 0.74% 0.26% -
HSV(B) 271.22º 0.85% 0.45% -
XYZ 5.68 2.87 16.47 -
YUV 43.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 68 17 115 0.41 0.85 0 0.55 271.22 0.74 0.26
Hex 44 11 73 29 55 0 37 10F 4A 1A
Octal 104 21 163 51 125 0 67 417 112 32
Binary 1000100 10001 1110011 101001 1010101 0 110111 100001111 1001010 11010

Color Harmonies of #441173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441173

Black with #441173

Text Example


Text Example

White with #441173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441173; }

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

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

background-color css

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

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

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

border-color css

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

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

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