Html Css Color HEX #441480 Persian Indigo

📋 copy color: '#441480'

red 68 ◦ green 20 ◦ blue 128

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

Shades of Persian Indigo #441480

Tints of Persian Indigo #441480

RGB

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

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

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

R = 31.48%
G = 9.26%
B = 59.26%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#441480 (or 0x441480) is known color: Persian Indigo. HEX triplet: 44, 14 and 80. RGB value is (68,20,128). Sum of RGB (Red+Green+Blue) = 68+20+128=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #441480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441480 is #BBEB7F. Grayscale: #2E2E2E. Windows color (decimal): -12315520 or 8393796. OLE color: 8393796.

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

Color convert

RGB 68 20 128 -
CMYK 0.47 0.84 0 0.50
HSL 266.67º 0.73% 0.29% -
HSV(B) 266.67º 0.84% 0.5% -
XYZ 6.53 3.29 20.71 -
YUV 46.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 68 20 128 0.47 0.84 0 0.50 266.67 0.73 0.29
Hex 44 14 80 2F 54 0 32 10B 49 1D
Octal 104 24 200 57 124 0 62 413 111 35
Binary 1000100 10100 10000000 101111 1010100 0 110010 100001011 1001001 11101

Color Harmonies of #441480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441480

Black with #441480

Text Example


Text Example

White with #441480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441480; }

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

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

background-color css

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

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

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

border-color css

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

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

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