Html Css Color HEX #44169D Persian Indigo

📋 copy color: '#44169D'

red 68 ◦ green 22 ◦ blue 157

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

Shades of Persian Indigo #44169D

Tints of Persian Indigo #44169D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.56%

R = 27.53%
G = 8.91%
B = 63.56%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44169D (or 0x44169D) is known color: Persian Indigo. HEX triplet: 44, 16 and 9D. RGB value is (68,22,157). Sum of RGB (Red+Green+Blue) = 68+22+157=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #44169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44169D is #BBE962. Grayscale: #323232. Windows color (decimal): -12314979 or 10294852. OLE color: 10294852.

HSL color Cylindrical-coordinate representation of color #44169D: hue angle of 260.44º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44169D is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 22 157 -
CMYK 0.57 0.86 0 0.38
HSL 260.44º 0.75% 0.35% -
HSV(B) 260.44º 0.86% 0.62% -
XYZ 8.76 4.24 32.25 -
YUV 51.14 187.74 140.02 -
System Red Green Blue C M Y K H S L
Decimal 68 22 157 0.57 0.86 0 0.38 260.44 0.75 0.35
Hex 44 16 9D 39 56 0 26 104 4B 23
Octal 104 26 235 71 126 0 46 404 113 43
Binary 1000100 10110 10011101 111001 1010110 0 100110 100000100 1001011 100011

Color Harmonies of #44169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44169D

Black with #44169D

Text Example


Text Example

White with #44169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44169D; }

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

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

background-color css

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

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

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

border-color css

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

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

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