Html Css Color HEX #441686 Persian Indigo

📋 copy color: '#441686'

red 68 ◦ green 22 ◦ blue 134

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

Shades of Persian Indigo #441686

Tints of Persian Indigo #441686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

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

R = 30.36%
G = 9.82%
B = 59.82%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#441686 (or 0x441686) is known color: Persian Indigo. HEX triplet: 44, 16 and 86. RGB value is (68,22,134). Sum of RGB (Red+Green+Blue) = 68+22+134=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #441686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441686 is #BBE979. Grayscale: #303030. Windows color (decimal): -12315002 or 8787524. OLE color: 8787524.

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

Color convert

RGB 68 22 134 -
CMYK 0.49 0.84 0 0.47
HSL 264.64º 0.72% 0.31% -
HSV(B) 264.64º 0.84% 0.53% -
XYZ 6.97 3.52 22.87 -
YUV 48.52 176.24 141.89 -
System Red Green Blue C M Y K H S L
Decimal 68 22 134 0.49 0.84 0 0.47 264.64 0.72 0.31
Hex 44 16 86 31 54 0 2F 109 48 1F
Octal 104 26 206 61 124 0 57 411 110 37
Binary 1000100 10110 10000110 110001 1010100 0 101111 100001001 1001000 11111

Color Harmonies of #441686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441686

Black with #441686

Text Example


Text Example

White with #441686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441686; }

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

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

background-color css

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

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

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

border-color css

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

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

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