Html Css Color HEX #441499 Persian Indigo

📋 copy color: '#441499'

red 68 ◦ green 20 ◦ blue 153

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

Shades of Persian Indigo #441499

Tints of Persian Indigo #441499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

 BLUE value IS 153 (60.16% from 255) = 63.49%

R = 28.22%
G = 8.3%
B = 63.49%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#441499 (or 0x441499) is known color: Persian Indigo. HEX triplet: 44, 14 and 99. RGB value is (68,20,153). Sum of RGB (Red+Green+Blue) = 68+20+153=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #441499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441499 is #BBEB66. Grayscale: #313131. Windows color (decimal): -12315495 or 10032196. OLE color: 10032196.

HSL color Cylindrical-coordinate representation of color #441499: hue angle of 261.65º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441499 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 20 153 -
CMYK 0.56 0.87 0 0.4
HSL 261.65º 0.77% 0.34% -
HSV(B) 261.65º 0.87% 0.6% -
XYZ 8.38 4.03 30.47 -
YUV 49.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 68 20 153 0.56 0.87 0 0.4 261.65 0.77 0.34
Hex 44 14 99 38 57 0 28 106 4D 22
Octal 104 24 231 70 127 0 50 406 115 42
Binary 1000100 10100 10011001 111000 1010111 0 101000 100000110 1001101 100010

Color Harmonies of #441499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441499

Black with #441499

Text Example


Text Example

White with #441499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441499; }

 p { color: rgb(68,20,153); }

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

background-color css

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

 a { background-color: rgb(68,20,153); }

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

border-color css

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

 span { border-color: rgb(68,20,153); }

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