Html Css Color HEX #441573 Persian Indigo

📋 copy color: '#441573'

red 68 ◦ green 21 ◦ blue 115

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

Shades of Persian Indigo #441573

Tints of Persian Indigo #441573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.37%

R = 33.33%
G = 10.29%
B = 56.37%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#441573 (or 0x441573) is known color: Persian Indigo. HEX triplet: 44, 15 and 73. RGB value is (68,21,115). Sum of RGB (Red+Green+Blue) = 68+21+115=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #441573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441573 is #BBEA8C. Grayscale: #2D2D2D. Windows color (decimal): -12315277 or 7542084. OLE color: 7542084.

HSL color Cylindrical-coordinate representation of color #441573: hue angle of 270º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441573 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 21 115 -
CMYK 0.41 0.82 0 0.55
HSL 270º 0.69% 0.27% -
HSV(B) 270º 0.82% 0.45% -
XYZ 5.75 3 16.5 -
YUV 45.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 68 21 115 0.41 0.82 0 0.55 270 0.69 0.27
Hex 44 15 73 29 52 0 37 10E 45 1B
Octal 104 25 163 51 122 0 67 416 105 33
Binary 1000100 10101 1110011 101001 1010010 0 110111 100001110 1000101 11011

Color Harmonies of #441573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441573

Black with #441573

Text Example


Text Example

White with #441573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441573; }

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

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

background-color css

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

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

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

border-color css

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

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

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