Html Css Color HEX #441786 Persian Indigo

📋 copy color: '#441786'

red 68 ◦ green 23 ◦ blue 134

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

Shades of Persian Indigo #441786

Tints of Persian Indigo #441786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

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

R = 30.22%
G = 10.22%
B = 59.56%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#441786 (or 0x441786) is known color: Persian Indigo. HEX triplet: 44, 17 and 86. RGB value is (68,23,134). Sum of RGB (Red+Green+Blue) = 68+23+134=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #441786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441786 is #BBE879. Grayscale: #303030. Windows color (decimal): -12314746 or 8787780. OLE color: 8787780.

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

Color convert

RGB 68 23 134 -
CMYK 0.49 0.83 0 0.47
HSL 264.32º 0.71% 0.31% -
HSV(B) 264.32º 0.83% 0.53% -
XYZ 6.99 3.56 22.87 -
YUV 49.11 175.91 141.47 -
System Red Green Blue C M Y K H S L
Decimal 68 23 134 0.49 0.83 0 0.47 264.32 0.71 0.31
Hex 44 17 86 31 53 0 2F 108 47 1F
Octal 104 27 206 61 123 0 57 410 107 37
Binary 1000100 10111 10000110 110001 1010011 0 101111 100001000 1000111 11111

Color Harmonies of #441786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441786

Black with #441786

Text Example


Text Example

White with #441786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441786; }

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

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

background-color css

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

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

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

border-color css

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

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

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