Html Css Color HEX #441174 Indigo

📋 copy color: '#441174'

red 68 ◦ green 17 ◦ blue 116

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

Shades of Indigo #441174

Tints of Indigo #441174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 57.71%

R = 33.83%
G = 8.46%
B = 57.71%

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

#441174 (or 0x441174) is known color: Indigo. HEX triplet: 44, 11 and 74. RGB value is (68,17,116). Sum of RGB (Red+Green+Blue) = 68+17+116=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #441174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441174 is #BBEE8B. Grayscale: #2B2B2B. Windows color (decimal): -12316300 or 7606596. OLE color: 7606596.

HSL color Cylindrical-coordinate representation of color #441174: hue angle of 270.91º 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 #441174 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 17 116 -
CMYK 0.41 0.85 0 0.55
HSL 270.91º 0.74% 0.26% -
HSV(B) 270.91º 0.85% 0.45% -
XYZ 5.74 2.89 16.78 -
YUV 43.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 68 17 116 0.41 0.85 0 0.55 270.91 0.74 0.26
Hex 44 11 74 29 55 0 37 10F 4A 1A
Octal 104 21 164 51 125 0 67 417 112 32
Binary 1000100 10001 1110100 101001 1010101 0 110111 100001111 1001010 11010

Color Harmonies of #441174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441174

Black with #441174

Text Example


Text Example

White with #441174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441174; }

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

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

background-color css

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

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

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

border-color css

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

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

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