Html Css Color HEX #441293 Indigo

📋 copy color: '#441293'

red 68 ◦ green 18 ◦ blue 147

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

Shades of Indigo #441293

Tints of Indigo #441293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.09%

R = 29.18%
G = 7.73%
B = 63.09%

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

#441293 (or 0x441293) is known color: Indigo. HEX triplet: 44, 12 and 93. RGB value is (68,18,147). Sum of RGB (Red+Green+Blue) = 68+18+147=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #441293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441293 is #BBED6C. Grayscale: #2F2F2F. Windows color (decimal): -12316013 or 9638468. OLE color: 9638468.

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

Color convert

RGB 68 18 147 -
CMYK 0.54 0.88 0 0.42
HSL 263.26º 0.78% 0.32% -
HSV(B) 263.26º 0.88% 0.58% -
XYZ 7.87 3.77 27.92 -
YUV 47.66 184.07 142.51 -
System Red Green Blue C M Y K H S L
Decimal 68 18 147 0.54 0.88 0 0.42 263.26 0.78 0.32
Hex 44 12 93 36 58 0 2A 107 4E 20
Octal 104 22 223 66 130 0 52 407 116 40
Binary 1000100 10010 10010011 110110 1011000 0 101010 100000111 1001110 100000

Color Harmonies of #441293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441293

Black with #441293

Text Example


Text Example

White with #441293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441293; }

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

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

background-color css

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

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

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

border-color css

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

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

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