Html Css Color HEX #441695 Persian Indigo

📋 copy color: '#441695'

red 68 ◦ green 22 ◦ blue 149

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

Shades of Persian Indigo #441695

Tints of Persian Indigo #441695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.34%

R = 28.45%
G = 9.21%
B = 62.34%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#441695 (or 0x441695) is known color: Persian Indigo. HEX triplet: 44, 16 and 95. RGB value is (68,22,149). Sum of RGB (Red+Green+Blue) = 68+22+149=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #441695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441695 is #BBE96A. Grayscale: #313131. Windows color (decimal): -12314987 or 9770564. OLE color: 9770564.

HSL color Cylindrical-coordinate representation of color #441695: hue angle of 261.73º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441695 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 22 149 -
CMYK 0.54 0.85 0 0.42
HSL 261.73º 0.74% 0.34% -
HSV(B) 261.73º 0.85% 0.58% -
XYZ 8.1 3.97 28.77 -
YUV 50.23 183.74 140.67 -
System Red Green Blue C M Y K H S L
Decimal 68 22 149 0.54 0.85 0 0.42 261.73 0.74 0.34
Hex 44 16 95 36 55 0 2A 106 4A 22
Octal 104 26 225 66 125 0 52 406 112 42
Binary 1000100 10110 10010101 110110 1010101 0 101010 100000110 1001010 100010

Color Harmonies of #441695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441695

Black with #441695

Text Example


Text Example

White with #441695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441695; }

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

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

background-color css

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

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

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

border-color css

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

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

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