Html Css Color HEX #441577 Persian Indigo

📋 copy color: '#441577'

red 68 ◦ green 21 ◦ blue 119

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

Shades of Persian Indigo #441577

Tints of Persian Indigo #441577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 57.21%

R = 32.69%
G = 10.1%
B = 57.21%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#441577 (or 0x441577) is known color: Persian Indigo. HEX triplet: 44, 15 and 77. RGB value is (68,21,119). Sum of RGB (Red+Green+Blue) = 68+21+119=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #441577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441577 is #BBEA88. Grayscale: #2D2D2D. Windows color (decimal): -12315273 or 7804228. OLE color: 7804228.

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

Color convert

RGB 68 21 119 -
CMYK 0.43 0.82 0 0.53
HSL 268.78º 0.7% 0.27% -
HSV(B) 268.78º 0.82% 0.47% -
XYZ 5.98 3.1 17.74 -
YUV 46.23 169.07 143.53 -
System Red Green Blue C M Y K H S L
Decimal 68 21 119 0.43 0.82 0 0.53 268.78 0.7 0.27
Hex 44 15 77 2B 52 0 35 10D 46 1B
Octal 104 25 167 53 122 0 65 415 106 33
Binary 1000100 10101 1110111 101011 1010010 0 110101 100001101 1000110 11011

Color Harmonies of #441577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441577

Black with #441577

Text Example


Text Example

White with #441577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441577; }

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

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

background-color css

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

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

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

border-color css

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

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

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