Html Css Color HEX #441080 Indigo

📋 copy color: '#441080'

red 68 ◦ green 16 ◦ blue 128

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

Shades of Indigo #441080

Tints of Indigo #441080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 60.38%

R = 32.08%
G = 7.55%
B = 60.38%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#441080 (or 0x441080) is known color: Indigo. HEX triplet: 44, 10 and 80. RGB value is (68,16,128). Sum of RGB (Red+Green+Blue) = 68+16+128=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #441080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441080 is #BBEF7F. Grayscale: #2B2B2B. Windows color (decimal): -12316544 or 8392772. OLE color: 8392772.

HSL color Cylindrical-coordinate representation of color #441080: hue angle of 267.86º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441080 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 16 128 -
CMYK 0.47 0.88 0 0.50
HSL 267.86º 0.78% 0.28% -
HSV(B) 267.86º 0.88% 0.5% -
XYZ 6.47 3.16 20.69 -
YUV 44.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 68 16 128 0.47 0.88 0 0.50 267.86 0.78 0.28
Hex 44 10 80 2F 58 0 32 10C 4E 1C
Octal 104 20 200 57 130 0 62 414 116 34
Binary 1000100 10000 10000000 101111 1011000 0 110010 100001100 1001110 11100

Color Harmonies of #441080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441080

Black with #441080

Text Example


Text Example

White with #441080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441080; }

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

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

background-color css

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

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

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

border-color css

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

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

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