Html Css Color HEX #441693 Persian Indigo

📋 copy color: '#441693'

red 68 ◦ green 22 ◦ blue 147

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

Shades of Persian Indigo #441693

Tints of Persian Indigo #441693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 62.03%

R = 28.69%
G = 9.28%
B = 62.03%

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

#441693 (or 0x441693) is known color: Persian Indigo. HEX triplet: 44, 16 and 93. RGB value is (68,22,147). Sum of RGB (Red+Green+Blue) = 68+22+147=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #441693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441693 is #BBE96C. Grayscale: #313131. Windows color (decimal): -12314989 or 9639492. OLE color: 9639492.

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

Color convert

RGB 68 22 147 -
CMYK 0.54 0.85 0 0.42
HSL 262.08º 0.74% 0.33% -
HSV(B) 262.08º 0.85% 0.58% -
XYZ 7.94 3.91 27.94 -
YUV 50 182.74 140.84 -
System Red Green Blue C M Y K H S L
Decimal 68 22 147 0.54 0.85 0 0.42 262.08 0.74 0.33
Hex 44 16 93 36 55 0 2A 106 4A 21
Octal 104 26 223 66 125 0 52 406 112 41
Binary 1000100 10110 10010011 110110 1010101 0 101010 100000110 1001010 100001

Color Harmonies of #441693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441693

Black with #441693

Text Example


Text Example

White with #441693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441693; }

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

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

background-color css

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

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

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

border-color css

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

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

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