Html Css Color HEX #441291 Indigo

📋 copy color: '#441291'

red 68 ◦ green 18 ◦ blue 145

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

Shades of Indigo #441291

Tints of Indigo #441291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 62.77%

R = 29.44%
G = 7.79%
B = 62.77%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#441291 (or 0x441291) is known color: Indigo. HEX triplet: 44, 12 and 91. RGB value is (68,18,145). Sum of RGB (Red+Green+Blue) = 68+18+145=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #441291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441291 is #BBED6E. Grayscale: #2E2E2E. Windows color (decimal): -12316015 or 9507396. OLE color: 9507396.

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

Color convert

RGB 68 18 145 -
CMYK 0.53 0.88 0 0.43
HSL 263.62º 0.78% 0.32% -
HSV(B) 263.62º 0.88% 0.57% -
XYZ 7.71 3.71 27.1 -
YUV 47.43 183.07 142.67 -
System Red Green Blue C M Y K H S L
Decimal 68 18 145 0.53 0.88 0 0.43 263.62 0.78 0.32
Hex 44 12 91 35 58 0 2B 108 4E 20
Octal 104 22 221 65 130 0 53 410 116 40
Binary 1000100 10010 10010001 110101 1011000 0 101011 100001000 1001110 100000

Color Harmonies of #441291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441291

Black with #441291

Text Example


Text Example

White with #441291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441291; }

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

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

background-color css

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

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

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

border-color css

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

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

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