Html Css Color HEX #440489 Indigo

📋 copy color: '#440489'

red 68 ◦ green 4 ◦ blue 137

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

Shades of Indigo #440489

Tints of Indigo #440489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.91%

 BLUE value IS 137 (53.91% from 255) = 65.55%

R = 32.54%
G = 1.91%
B = 65.55%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#440489 (or 0x440489) is known color: Indigo. HEX triplet: 44, 04 and 89. RGB value is (68,4,137). Sum of RGB (Red+Green+Blue) = 68+4+137=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #440489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440489 is #BBFB76. Grayscale: #252525. Windows color (decimal): -12319607 or 8979524. OLE color: 8979524.

HSL color Cylindrical-coordinate representation of color #440489: hue angle of 268.87º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440489 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 4 137 -
CMYK 0.50 0.97 0 0.46
HSL 268.87º 0.94% 0.28% -
HSV(B) 268.87º 0.97% 0.54% -
XYZ 6.94 3.12 23.9 -
YUV 38.3 183.7 149.19 -
System Red Green Blue C M Y K H S L
Decimal 68 4 137 0.50 0.97 0 0.46 268.87 0.94 0.28
Hex 44 4 89 32 61 0 2E 10D 5E 1C
Octal 104 4 211 62 141 0 56 415 136 34
Binary 1000100 100 10001001 110010 1100001 0 101110 100001101 1011110 11100

Color Harmonies of #440489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440489

Black with #440489

Text Example


Text Example

White with #440489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440489; }

 p { color: rgb(68,4,137); }

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

background-color css

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

 a { background-color: rgb(68,4,137); }

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

border-color css

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

 span { border-color: rgb(68,4,137); }

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