Html Css Color HEX #441576 Persian Indigo

📋 copy color: '#441576'

red 68 ◦ green 21 ◦ blue 118

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

Shades of Persian Indigo #441576

Tints of Persian Indigo #441576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

 BLUE value IS 118 (46.48% from 255) = 57%

R = 32.85%
G = 10.14%
B = 57%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#441576 (or 0x441576) is known color: Persian Indigo. HEX triplet: 44, 15 and 76. RGB value is (68,21,118). Sum of RGB (Red+Green+Blue) = 68+21+118=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #441576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441576 is #BBEA89. Grayscale: #2D2D2D. Windows color (decimal): -12315274 or 7738692. OLE color: 7738692.

HSL color Cylindrical-coordinate representation of color #441576: hue angle of 269.07º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441576 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 21 118 -
CMYK 0.42 0.82 0 0.54
HSL 269.07º 0.7% 0.27% -
HSV(B) 269.07º 0.82% 0.46% -
XYZ 5.92 3.07 17.42 -
YUV 46.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 68 21 118 0.42 0.82 0 0.54 269.07 0.7 0.27
Hex 44 15 76 2A 52 0 36 10D 46 1B
Octal 104 25 166 52 122 0 66 415 106 33
Binary 1000100 10101 1110110 101010 1010010 0 110110 100001101 1000110 11011

Color Harmonies of #441576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441576

Black with #441576

Text Example


Text Example

White with #441576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441576; }

 p { color: rgb(68,21,118); }

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

background-color css

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

 a { background-color: rgb(68,21,118); }

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

border-color css

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

 span { border-color: rgb(68,21,118); }

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