Html Css Color HEX #441886 Persian Indigo

📋 copy color: '#441886'

red 68 ◦ green 24 ◦ blue 134

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

Shades of Persian Indigo #441886

Tints of Persian Indigo #441886

RGB

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

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

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

R = 30.09%
G = 10.62%
B = 59.29%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#441886 (or 0x441886) is known color: Persian Indigo. HEX triplet: 44, 18 and 86. RGB value is (68,24,134). Sum of RGB (Red+Green+Blue) = 68+24+134=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #441886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441886 is #BBE779. Grayscale: #313131. Windows color (decimal): -12314490 or 8788036. OLE color: 8788036.

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

Color convert

RGB 68 24 134 -
CMYK 0.49 0.82 0 0.47
HSL 264º 0.7% 0.31% -
HSV(B) 264º 0.82% 0.53% -
XYZ 7.01 3.6 22.88 -
YUV 49.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 68 24 134 0.49 0.82 0 0.47 264 0.7 0.31
Hex 44 18 86 31 52 0 2F 108 46 1F
Octal 104 30 206 61 122 0 57 410 106 37
Binary 1000100 11000 10000110 110001 1010010 0 101111 100001000 1000110 11111

Color Harmonies of #441886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441886

Black with #441886

Text Example


Text Example

White with #441886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441886; }

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

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

background-color css

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

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

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

border-color css

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

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

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