Html Css Color HEX #441394 Indigo

📋 copy color: '#441394'

red 68 ◦ green 19 ◦ blue 148

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

Shades of Indigo #441394

Tints of Indigo #441394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

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

R = 28.94%
G = 8.09%
B = 62.98%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#441394 (or 0x441394) is known color: Indigo. HEX triplet: 44, 13 and 94. RGB value is (68,19,148). Sum of RGB (Red+Green+Blue) = 68+19+148=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #441394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441394 is #BBEC6B. Grayscale: #2F2F2F. Windows color (decimal): -12315756 or 9704260. OLE color: 9704260.

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

Color convert

RGB 68 19 148 -
CMYK 0.54 0.87 0 0.42
HSL 262.79º 0.77% 0.33% -
HSV(B) 262.79º 0.87% 0.58% -
XYZ 7.96 3.83 28.34 -
YUV 48.36 184.23 142.01 -
System Red Green Blue C M Y K H S L
Decimal 68 19 148 0.54 0.87 0 0.42 262.79 0.77 0.33
Hex 44 13 94 36 57 0 2A 107 4D 21
Octal 104 23 224 66 127 0 52 407 115 41
Binary 1000100 10011 10010100 110110 1010111 0 101010 100000111 1001101 100001

Color Harmonies of #441394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441394

Black with #441394

Text Example


Text Example

White with #441394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441394; }

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

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

background-color css

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

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

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

border-color css

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

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

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