Html Css Color HEX #441986 Persian Indigo

📋 copy color: '#441986'

red 68 ◦ green 25 ◦ blue 134

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

Shades of Persian Indigo #441986

Tints of Persian Indigo #441986

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

 BLUE value IS 134 (52.73% from 255) = 59.03%

R = 29.96%
G = 11.01%
B = 59.03%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#441986 (or 0x441986) is known color: Persian Indigo. HEX triplet: 44, 19 and 86. RGB value is (68,25,134). Sum of RGB (Red+Green+Blue) = 68+25+134=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #441986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441986 is #BBE679. Grayscale: #313131. Windows color (decimal): -12314234 or 8788292. OLE color: 8788292.

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

Color convert

RGB 68 25 134 -
CMYK 0.49 0.81 0 0.47
HSL 263.67º 0.69% 0.31% -
HSV(B) 263.67º 0.81% 0.53% -
XYZ 7.03 3.65 22.89 -
YUV 50.28 175.25 140.64 -
System Red Green Blue C M Y K H S L
Decimal 68 25 134 0.49 0.81 0 0.47 263.67 0.69 0.31
Hex 44 19 86 31 51 0 2F 108 45 1F
Octal 104 31 206 61 121 0 57 410 105 37
Binary 1000100 11001 10000110 110001 1010001 0 101111 100001000 1000101 11111

Color Harmonies of #441986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441986

Black with #441986

Text Example


Text Example

White with #441986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441986; }

 p { color: rgb(68,25,134); }

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

background-color css

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

 a { background-color: rgb(68,25,134); }

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

border-color css

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

 span { border-color: rgb(68,25,134); }

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