Html Css Color HEX #441481 Persian Indigo

📋 copy color: '#441481'

red 68 ◦ green 20 ◦ blue 129

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

Shades of Persian Indigo #441481

Tints of Persian Indigo #441481

RGB

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

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

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

R = 31.34%
G = 9.22%
B = 59.45%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#441481 (or 0x441481) is known color: Persian Indigo. HEX triplet: 44, 14 and 81. RGB value is (68,20,129). Sum of RGB (Red+Green+Blue) = 68+20+129=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 129 (50.78% from 255 or 59.45% from 217); Max value from RGB is 129 - color contains mainly: blue. Hex color #441481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441481 is #BBEB7E. Grayscale: #2E2E2E. Windows color (decimal): -12315519 or 8459332. OLE color: 8459332.

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

Color convert

RGB 68 20 129 -
CMYK 0.47 0.84 0 0.49
HSL 266.42º 0.73% 0.29% -
HSV(B) 266.42º 0.84% 0.51% -
XYZ 6.6 3.31 21.06 -
YUV 46.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 68 20 129 0.47 0.84 0 0.49 266.42 0.73 0.29
Hex 44 14 81 2F 54 0 31 10A 49 1D
Octal 104 24 201 57 124 0 61 412 111 35
Binary 1000100 10100 10000001 101111 1010100 0 110001 100001010 1001001 11101

Color Harmonies of #441481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441481

Black with #441481

Text Example


Text Example

White with #441481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441481; }

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

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

background-color css

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

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

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

border-color css

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

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

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