Html Css Color HEX #441289 Indigo

📋 copy color: '#441289'

red 68 ◦ green 18 ◦ blue 137

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

Shades of Indigo #441289

Tints of Indigo #441289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

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

R = 30.49%
G = 8.07%
B = 61.43%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#441289 (or 0x441289) is known color: Indigo. HEX triplet: 44, 12 and 89. RGB value is (68,18,137). Sum of RGB (Red+Green+Blue) = 68+18+137=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #441289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441289 is #BBED76. Grayscale: #2E2E2E. Windows color (decimal): -12316023 or 8983108. OLE color: 8983108.

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

Color convert

RGB 68 18 137 -
CMYK 0.50 0.87 0 0.46
HSL 265.21º 0.77% 0.3% -
HSV(B) 265.21º 0.87% 0.54% -
XYZ 7.12 3.47 23.96 -
YUV 46.52 179.07 143.32 -
System Red Green Blue C M Y K H S L
Decimal 68 18 137 0.50 0.87 0 0.46 265.21 0.77 0.3
Hex 44 12 89 32 57 0 2E 109 4D 1E
Octal 104 22 211 62 127 0 56 411 115 36
Binary 1000100 10010 10001001 110010 1010111 0 101110 100001001 1001101 11110

Color Harmonies of #441289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441289

Black with #441289

Text Example


Text Example

White with #441289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441289; }

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

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

background-color css

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

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

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

border-color css

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

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

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