Html Css Color HEX #44199E Persian Indigo

📋 copy color: '#44199E'

red 68 ◦ green 25 ◦ blue 158

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

Shades of Persian Indigo #44199E

Tints of Persian Indigo #44199E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

 BLUE value IS 158 (62.11% from 255) = 62.95%

R = 27.09%
G = 9.96%
B = 62.95%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44199E (or 0x44199E) is known color: Persian Indigo. HEX triplet: 44, 19 and 9E. RGB value is (68,25,158). Sum of RGB (Red+Green+Blue) = 68+25+158=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #44199E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44199E is #BBE661. Grayscale: #343434. Windows color (decimal): -12314210 or 10361156. OLE color: 10361156.

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

Color convert

RGB 68 25 158 -
CMYK 0.57 0.84 0 0.38
HSL 259.4º 0.73% 0.36% -
HSV(B) 259.4º 0.84% 0.62% -
XYZ 8.9 4.39 32.73 -
YUV 53.02 187.25 138.69 -
System Red Green Blue C M Y K H S L
Decimal 68 25 158 0.57 0.84 0 0.38 259.4 0.73 0.36
Hex 44 19 9E 39 54 0 26 103 49 24
Octal 104 31 236 71 124 0 46 403 111 44
Binary 1000100 11001 10011110 111001 1010100 0 100110 100000011 1001001 100100

Color Harmonies of #44199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44199E

Black with #44199E

Text Example


Text Example

White with #44199E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44199E; }

 p { color: rgb(68,25,158); }

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

background-color css

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

 a { background-color: rgb(68,25,158); }

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

border-color css

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

 span { border-color: rgb(68,25,158); }

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