Html Css Color HEX #441077 Indigo

📋 copy color: '#441077'

red 68 ◦ green 16 ◦ blue 119

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

Shades of Indigo #441077

Tints of Indigo #441077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 58.62%

R = 33.5%
G = 7.88%
B = 58.62%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#441077 (or 0x441077) is known color: Indigo. HEX triplet: 44, 10 and 77. RGB value is (68,16,119). Sum of RGB (Red+Green+Blue) = 68+16+119=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #441077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441077 is #BBEF88. Grayscale: #2A2A2A. Windows color (decimal): -12316553 or 7802948. OLE color: 7802948.

HSL color Cylindrical-coordinate representation of color #441077: hue angle of 270.29º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441077 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 16 119 -
CMYK 0.43 0.87 0 0.53
HSL 270.29º 0.76% 0.26% -
HSV(B) 270.29º 0.87% 0.47% -
XYZ 5.9 2.93 17.71 -
YUV 43.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 68 16 119 0.43 0.87 0 0.53 270.29 0.76 0.26
Hex 44 10 77 2B 57 0 35 10E 4C 1A
Octal 104 20 167 53 127 0 65 416 114 32
Binary 1000100 10000 1110111 101011 1010111 0 110101 100001110 1001100 11010

Color Harmonies of #441077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441077

Black with #441077

Text Example


Text Example

White with #441077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441077; }

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

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

background-color css

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

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

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

border-color css

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

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

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