Html Css Color HEX #441294 Indigo

📋 copy color: '#441294'

red 68 ◦ green 18 ◦ blue 148

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

Shades of Indigo #441294

Tints of Indigo #441294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.25%

R = 29.06%
G = 7.69%
B = 63.25%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#441294 (or 0x441294) is known color: Indigo. HEX triplet: 44, 12 and 94. RGB value is (68,18,148). Sum of RGB (Red+Green+Blue) = 68+18+148=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #441294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441294 is #BBED6B. Grayscale: #2F2F2F. Windows color (decimal): -12316012 or 9704004. OLE color: 9704004.

HSL color Cylindrical-coordinate representation of color #441294: hue angle of 263.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441294 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 18 148 -
CMYK 0.54 0.88 0 0.42
HSL 263.08º 0.78% 0.33% -
HSV(B) 263.08º 0.88% 0.58% -
XYZ 7.95 3.8 28.33 -
YUV 47.77 184.57 142.43 -
System Red Green Blue C M Y K H S L
Decimal 68 18 148 0.54 0.88 0 0.42 263.08 0.78 0.33
Hex 44 12 94 36 58 0 2A 107 4E 21
Octal 104 22 224 66 130 0 52 407 116 41
Binary 1000100 10010 10010100 110110 1011000 0 101010 100000111 1001110 100001

Color Harmonies of #441294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441294

Black with #441294

Text Example


Text Example

White with #441294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441294; }

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

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

background-color css

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

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

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

border-color css

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

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

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