Html Css Color HEX #441395 Indigo

📋 copy color: '#441395'

red 68 ◦ green 19 ◦ blue 149

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

Shades of Indigo #441395

Tints of Indigo #441395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.14%

R = 28.81%
G = 8.05%
B = 63.14%

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

#441395 (or 0x441395) is known color: Indigo. HEX triplet: 44, 13 and 95. RGB value is (68,19,149). Sum of RGB (Red+Green+Blue) = 68+19+149=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #441395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441395 is #BBEC6A. Grayscale: #303030. Windows color (decimal): -12315755 or 9769796. OLE color: 9769796.

HSL color Cylindrical-coordinate representation of color #441395: hue angle of 262.62º 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 #441395 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 19 149 -
CMYK 0.54 0.87 0 0.42
HSL 262.62º 0.77% 0.33% -
HSV(B) 262.62º 0.87% 0.58% -
XYZ 8.04 3.86 28.76 -
YUV 48.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 68 19 149 0.54 0.87 0 0.42 262.62 0.77 0.33
Hex 44 13 95 36 57 0 2A 107 4D 21
Octal 104 23 225 66 127 0 52 407 115 41
Binary 1000100 10011 10010101 110110 1010111 0 101010 100000111 1001101 100001

Color Harmonies of #441395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441395

Black with #441395

Text Example


Text Example

White with #441395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441395; }

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

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

background-color css

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

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

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

border-color css

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

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

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