Html Css Color HEX #440059 Indigo

📋 copy color: '#440059'

red 68 ◦ green 0 ◦ blue 89

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

Shades of Indigo #440059

Tints of Indigo #440059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 56.69%

R = 43.31%
G = 0%
B = 56.69%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#440059 (or 0x440059) is known color: Indigo. HEX triplet: 44, 00 and 59. RGB value is (68,0,89). Sum of RGB (Red+Green+Blue) = 68+0+89=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #440059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440059 is #BBFFA6. Grayscale: #1E1E1E. Windows color (decimal): -12320679 or 5832772. OLE color: 5832772.

HSL color Cylindrical-coordinate representation of color #440059: hue angle of 285.84º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440059 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 0 89 -
CMYK 0.24 1 0 0.65
HSL 285.84º 1% 0.17% -
HSV(B) 285.84º 1% 0.35% -
XYZ 4.19 1.95 9.61 -
YUV 30.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 68 0 89 0.24 1 0 0.65 285.84 1 0.17
Hex 44 0 59 18 64 0 41 11E 64 11
Octal 104 0 131 30 144 0 101 436 144 21
Binary 1000100 0 1011001 11000 1100100 0 1000001 100011110 1100100 10001

Color Harmonies of #440059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440059

Black with #440059

Text Example


Text Example

White with #440059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440059; }

 p { color: rgb(68,0,89); }

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

background-color css

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

 a { background-color: rgb(68,0,89); }

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

border-color css

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

 span { border-color: rgb(68,0,89); }

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