Html Css Color HEX #441384 Persian Indigo

📋 copy color: '#441384'

red 68 ◦ green 19 ◦ blue 132

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

Shades of Persian Indigo #441384

Tints of Persian Indigo #441384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 31.05%
G = 8.68%
B = 60.27%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#441384 (or 0x441384) is known color: Persian Indigo. HEX triplet: 44, 13 and 84. RGB value is (68,19,132). Sum of RGB (Red+Green+Blue) = 68+19+132=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #441384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441384 is #BBEC7B. Grayscale: #2E2E2E. Windows color (decimal): -12315772 or 8655684. OLE color: 8655684.

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

Color convert

RGB 68 19 132 -
CMYK 0.48 0.86 0 0.48
HSL 266.02º 0.75% 0.3% -
HSV(B) 266.02º 0.86% 0.52% -
XYZ 6.78 3.36 22.12 -
YUV 46.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 68 19 132 0.48 0.86 0 0.48 266.02 0.75 0.3
Hex 44 13 84 30 56 0 30 10A 4B 1E
Octal 104 23 204 60 126 0 60 412 113 36
Binary 1000100 10011 10000100 110000 1010110 0 110000 100001010 1001011 11110

Color Harmonies of #441384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441384

Black with #441384

Text Example


Text Example

White with #441384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441384; }

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

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

background-color css

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

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

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

border-color css

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

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

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