Html Css Color HEX #441290 Indigo

📋 copy color: '#441290'

red 68 ◦ green 18 ◦ blue 144

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

Shades of Indigo #441290

Tints of Indigo #441290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.61%

R = 29.57%
G = 7.83%
B = 62.61%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#441290 (or 0x441290) is known color: Indigo. HEX triplet: 44, 12 and 90. RGB value is (68,18,144). Sum of RGB (Red+Green+Blue) = 68+18+144=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #441290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441290 is #BBED6F. Grayscale: #2E2E2E. Windows color (decimal): -12316016 or 9441860. OLE color: 9441860.

HSL color Cylindrical-coordinate representation of color #441290: hue angle of 263.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441290 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 18 144 -
CMYK 0.53 0.88 0 0.44
HSL 263.81º 0.78% 0.32% -
HSV(B) 263.81º 0.88% 0.56% -
XYZ 7.63 3.68 26.69 -
YUV 47.31 182.57 142.75 -
System Red Green Blue C M Y K H S L
Decimal 68 18 144 0.53 0.88 0 0.44 263.81 0.78 0.32
Hex 44 12 90 35 58 0 2C 108 4E 20
Octal 104 22 220 65 130 0 54 410 116 40
Binary 1000100 10010 10010000 110101 1011000 0 101100 100001000 1001110 100000

Color Harmonies of #441290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441290

Black with #441290

Text Example


Text Example

White with #441290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441290; }

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

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

background-color css

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

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

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

border-color css

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

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

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