Html Css Color HEX #441484 Persian Indigo

📋 copy color: '#441484'

red 68 ◦ green 20 ◦ blue 132

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

Shades of Persian Indigo #441484

Tints of Persian Indigo #441484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60%

R = 30.91%
G = 9.09%
B = 60%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#441484 (or 0x441484) is known color: Persian Indigo. HEX triplet: 44, 14 and 84. RGB value is (68,20,132). Sum of RGB (Red+Green+Blue) = 68+20+132=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #441484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441484 is #BBEB7B. Grayscale: #2E2E2E. Windows color (decimal): -12315516 or 8655940. OLE color: 8655940.

HSL color Cylindrical-coordinate representation of color #441484: hue angle of 265.71º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441484 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 20 132 -
CMYK 0.48 0.85 0 0.48
HSL 265.71º 0.74% 0.3% -
HSV(B) 265.71º 0.85% 0.52% -
XYZ 6.8 3.4 22.13 -
YUV 47.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 68 20 132 0.48 0.85 0 0.48 265.71 0.74 0.3
Hex 44 14 84 30 55 0 30 10A 4A 1E
Octal 104 24 204 60 125 0 60 412 112 36
Binary 1000100 10100 10000100 110000 1010101 0 110000 100001010 1001010 11110

Color Harmonies of #441484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441484

Black with #441484

Text Example


Text Example

White with #441484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441484; }

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

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

background-color css

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

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

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

border-color css

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

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

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