Html Css Color HEX #44189D Persian Indigo

📋 copy color: '#44189D'

red 68 ◦ green 24 ◦ blue 157

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

Shades of Persian Indigo #44189D

Tints of Persian Indigo #44189D

RGB

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

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

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

R = 27.31%
G = 9.64%
B = 63.05%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44189D (or 0x44189D) is known color: Persian Indigo. HEX triplet: 44, 18 and 9D. RGB value is (68,24,157). Sum of RGB (Red+Green+Blue) = 68+24+157=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #44189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44189D is #BBE762. Grayscale: #333333. Windows color (decimal): -12314467 or 10295364. OLE color: 10295364.

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

Color convert

RGB 68 24 157 -
CMYK 0.57 0.85 0 0.38
HSL 259.85º 0.73% 0.35% -
HSV(B) 259.85º 0.85% 0.62% -
XYZ 8.8 4.32 32.27 -
YUV 52.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 68 24 157 0.57 0.85 0 0.38 259.85 0.73 0.35
Hex 44 18 9D 39 55 0 26 104 49 23
Octal 104 30 235 71 125 0 46 404 111 43
Binary 1000100 11000 10011101 111001 1010101 0 100110 100000100 1001001 100011

Color Harmonies of #44189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44189D

Black with #44189D

Text Example


Text Example

White with #44189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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