Html Css Color HEX #441880 Persian Indigo

📋 copy color: '#441880'

red 68 ◦ green 24 ◦ blue 128

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

Shades of Persian Indigo #441880

Tints of Persian Indigo #441880

RGB

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

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

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

R = 30.91%
G = 10.91%
B = 58.18%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#441880 (or 0x441880) is known color: Persian Indigo. HEX triplet: 44, 18 and 80. RGB value is (68,24,128). Sum of RGB (Red+Green+Blue) = 68+24+128=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #441880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441880 is #BBE77F. Grayscale: #303030. Windows color (decimal): -12314496 or 8394820. OLE color: 8394820.

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

Color convert

RGB 68 24 128 -
CMYK 0.47 0.81 0 0.50
HSL 265.38º 0.68% 0.3% -
HSV(B) 265.38º 0.81% 0.5% -
XYZ 6.61 3.44 20.74 -
YUV 49.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 68 24 128 0.47 0.81 0 0.50 265.38 0.68 0.3
Hex 44 18 80 2F 51 0 32 109 44 1E
Octal 104 30 200 57 121 0 62 411 104 36
Binary 1000100 11000 10000000 101111 1010001 0 110010 100001001 1000100 11110

Color Harmonies of #441880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441880

Black with #441880

Text Example


Text Example

White with #441880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441880; }

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

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

background-color css

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

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

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

border-color css

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

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

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