Html Css Color HEX #441884 Persian Indigo

📋 copy color: '#441884'

red 68 ◦ green 24 ◦ blue 132

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

Shades of Persian Indigo #441884

Tints of Persian Indigo #441884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

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

R = 30.36%
G = 10.71%
B = 58.93%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#441884 (or 0x441884) is known color: Persian Indigo. HEX triplet: 44, 18 and 84. RGB value is (68,24,132). Sum of RGB (Red+Green+Blue) = 68+24+132=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #441884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441884 is #BBE77B. Grayscale: #313131. Windows color (decimal): -12314492 or 8656964. OLE color: 8656964.

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

Color convert

RGB 68 24 132 -
CMYK 0.48 0.82 0 0.48
HSL 264.44º 0.69% 0.31% -
HSV(B) 264.44º 0.82% 0.52% -
XYZ 6.88 3.55 22.15 -
YUV 49.47 174.58 141.22 -
System Red Green Blue C M Y K H S L
Decimal 68 24 132 0.48 0.82 0 0.48 264.44 0.69 0.31
Hex 44 18 84 30 52 0 30 108 45 1F
Octal 104 30 204 60 122 0 60 410 105 37
Binary 1000100 11000 10000100 110000 1010010 0 110000 100001000 1000101 11111

Color Harmonies of #441884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441884

Black with #441884

Text Example


Text Example

White with #441884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441884; }

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

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

background-color css

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

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

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

border-color css

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

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

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