Html Css Color HEX #441380 Persian Indigo

📋 copy color: '#441380'

red 68 ◦ green 19 ◦ blue 128

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

Shades of Persian Indigo #441380

Tints of Persian Indigo #441380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 59.53%

R = 31.63%
G = 8.84%
B = 59.53%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#441380 (or 0x441380) is known color: Persian Indigo. HEX triplet: 44, 13 and 80. RGB value is (68,19,128). Sum of RGB (Red+Green+Blue) = 68+19+128=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #441380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441380 is #BBEC7F. Grayscale: #2D2D2D. Windows color (decimal): -12315776 or 8393540. OLE color: 8393540.

HSL color Cylindrical-coordinate representation of color #441380: hue angle of 266.97º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441380 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 19 128 -
CMYK 0.47 0.85 0 0.50
HSL 266.97º 0.74% 0.29% -
HSV(B) 266.97º 0.85% 0.5% -
XYZ 6.51 3.25 20.71 -
YUV 46.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 68 19 128 0.47 0.85 0 0.50 266.97 0.74 0.29
Hex 44 13 80 2F 55 0 32 10B 4A 1D
Octal 104 23 200 57 125 0 62 413 112 35
Binary 1000100 10011 10000000 101111 1010101 0 110010 100001011 1001010 11101

Color Harmonies of #441380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441380

Black with #441380

Text Example


Text Example

White with #441380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441380; }

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

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

background-color css

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

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

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

border-color css

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

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

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