Html Css Color HEX #441881 Persian Indigo

📋 copy color: '#441881'

red 68 ◦ green 24 ◦ blue 129

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

Shades of Persian Indigo #441881

Tints of Persian Indigo #441881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.37%

R = 30.77%
G = 10.86%
B = 58.37%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#441881 (or 0x441881) is known color: Persian Indigo. HEX triplet: 44, 18 and 81. RGB value is (68,24,129). Sum of RGB (Red+Green+Blue) = 68+24+129=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #441881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441881 is #BBE77E. Grayscale: #303030. Windows color (decimal): -12314495 or 8460356. OLE color: 8460356.

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

Color convert

RGB 68 24 129 -
CMYK 0.47 0.81 0 0.49
HSL 265.14º 0.69% 0.3% -
HSV(B) 265.14º 0.81% 0.51% -
XYZ 6.67 3.47 21.09 -
YUV 49.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 68 24 129 0.47 0.81 0 0.49 265.14 0.69 0.3
Hex 44 18 81 2F 51 0 31 109 45 1E
Octal 104 30 201 57 121 0 61 411 105 36
Binary 1000100 11000 10000001 101111 1010001 0 110001 100001001 1000101 11110

Color Harmonies of #441881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441881

Black with #441881

Text Example


Text Example

White with #441881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441881; }

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

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

background-color css

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

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

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

border-color css

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

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

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