Html Css Color HEX #440577 Indigo

📋 copy color: '#440577'

red 68 ◦ green 5 ◦ blue 119

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

Shades of Indigo #440577

Tints of Indigo #440577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.6%

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

R = 35.42%
G = 2.6%
B = 61.98%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#440577 (or 0x440577) is known color: Indigo. HEX triplet: 44, 05 and 77. RGB value is (68,5,119). Sum of RGB (Red+Green+Blue) = 68+5+119=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #440577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440577 is #BBFA88. Grayscale: #242424. Windows color (decimal): -12319369 or 7800132. OLE color: 7800132.

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

Color convert

RGB 68 5 119 -
CMYK 0.43 0.96 0 0.53
HSL 273.16º 0.92% 0.24% -
HSV(B) 273.16º 0.96% 0.47% -
XYZ 5.77 2.67 17.66 -
YUV 36.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 68 5 119 0.43 0.96 0 0.53 273.16 0.92 0.24
Hex 44 5 77 2B 60 0 35 111 5C 18
Octal 104 5 167 53 140 0 65 421 134 30
Binary 1000100 101 1110111 101011 1100000 0 110101 100010001 1011100 11000

Color Harmonies of #440577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440577

Black with #440577

Text Example


Text Example

White with #440577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440577; }

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

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

background-color css

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

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

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

border-color css

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

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

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