Html Css Color HEX #441381 Persian Indigo

📋 copy color: '#441381'

red 68 ◦ green 19 ◦ blue 129

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

Shades of Persian Indigo #441381

Tints of Persian Indigo #441381

RGB

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

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

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

R = 31.48%
G = 8.8%
B = 59.72%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#441381 (or 0x441381) is known color: Persian Indigo. HEX triplet: 44, 13 and 81. RGB value is (68,19,129). Sum of RGB (Red+Green+Blue) = 68+19+129=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 129 (50.78% from 255 or 59.72% from 216); Max value from RGB is 129 - color contains mainly: blue. Hex color #441381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441381 is #BBEC7E. Grayscale: #2D2D2D. Windows color (decimal): -12315775 or 8459076. OLE color: 8459076.

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

Color convert

RGB 68 19 129 -
CMYK 0.47 0.85 0 0.49
HSL 266.73º 0.74% 0.29% -
HSV(B) 266.73º 0.85% 0.51% -
XYZ 6.58 3.28 21.06 -
YUV 46.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 68 19 129 0.47 0.85 0 0.49 266.73 0.74 0.29
Hex 44 13 81 2F 55 0 31 10B 4A 1D
Octal 104 23 201 57 125 0 61 413 112 35
Binary 1000100 10011 10000001 101111 1010101 0 110001 100001011 1001010 11101

Color Harmonies of #441381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441381

Black with #441381

Text Example


Text Example

White with #441381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441381; }

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

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

background-color css

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

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

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

border-color css

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

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

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