Html Css Color HEX #44198A Persian Indigo

📋 copy color: '#44198A'

red 68 ◦ green 25 ◦ blue 138

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

Shades of Persian Indigo #44198A

Tints of Persian Indigo #44198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.74%

R = 29.44%
G = 10.82%
B = 59.74%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#44198A (or 0x44198A) is known color: Persian Indigo. HEX triplet: 44, 19 and 8A. RGB value is (68,25,138). Sum of RGB (Red+Green+Blue) = 68+25+138=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #44198A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44198A is #BBE675. Grayscale: #323232. Windows color (decimal): -12314230 or 9050436. OLE color: 9050436.

HSL color Cylindrical-coordinate representation of color #44198A: hue angle of 262.83º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44198A is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 25 138 -
CMYK 0.51 0.82 0 0.46
HSL 262.83º 0.69% 0.32% -
HSV(B) 262.83º 0.82% 0.54% -
XYZ 7.32 3.76 24.38 -
YUV 50.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 68 25 138 0.51 0.82 0 0.46 262.83 0.69 0.32
Hex 44 19 8A 33 52 0 2E 107 45 20
Octal 104 31 212 63 122 0 56 407 105 40
Binary 1000100 11001 10001010 110011 1010010 0 101110 100000111 1000101 100000

Color Harmonies of #44198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44198A

Black with #44198A

Text Example


Text Example

White with #44198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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