Html Css Color HEX #44189B Persian Indigo

📋 copy color: '#44189B'

red 68 ◦ green 24 ◦ blue 155

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

Shades of Persian Indigo #44189B

Tints of Persian Indigo #44189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

 BLUE value IS 155 (60.94% from 255) = 62.75%

R = 27.53%
G = 9.72%
B = 62.75%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44189B (or 0x44189B) is known color: Persian Indigo. HEX triplet: 44, 18 and 9B. RGB value is (68,24,155). Sum of RGB (Red+Green+Blue) = 68+24+155=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #44189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44189B is #BBE764. Grayscale: #333333. Windows color (decimal): -12314469 or 10164292. OLE color: 10164292.

HSL color Cylindrical-coordinate representation of color #44189B: hue angle of 260.15º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44189B is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 24 155 -
CMYK 0.56 0.85 0 0.39
HSL 260.15º 0.73% 0.35% -
HSV(B) 260.15º 0.85% 0.61% -
XYZ 8.63 4.25 31.38 -
YUV 52.09 186.08 139.35 -
System Red Green Blue C M Y K H S L
Decimal 68 24 155 0.56 0.85 0 0.39 260.15 0.73 0.35
Hex 44 18 9B 38 55 0 27 104 49 23
Octal 104 30 233 70 125 0 47 404 111 43
Binary 1000100 11000 10011011 111000 1010101 0 100111 100000100 1001001 100011

Color Harmonies of #44189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44189B

Black with #44189B

Text Example


Text Example

White with #44189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44189B; }

 p { color: rgb(68,24,155); }

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

background-color css

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

 a { background-color: rgb(68,24,155); }

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

border-color css

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

 span { border-color: rgb(68,24,155); }

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