Html Css Color HEX #44198D Persian Indigo

📋 copy color: '#44198D'

red 68 ◦ green 25 ◦ blue 141

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

Shades of Persian Indigo #44198D

Tints of Persian Indigo #44198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60.26%

R = 29.06%
G = 10.68%
B = 60.26%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44198D (or 0x44198D) is known color: Persian Indigo. HEX triplet: 44, 19 and 8D. RGB value is (68,25,141). Sum of RGB (Red+Green+Blue) = 68+25+141=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #44198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44198D is #BBE672. Grayscale: #323232. Windows color (decimal): -12314227 or 9247044. OLE color: 9247044.

HSL color Cylindrical-coordinate representation of color #44198D: hue angle of 262.24º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44198D is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 25 141 -
CMYK 0.52 0.82 0 0.45
HSL 262.24º 0.7% 0.33% -
HSV(B) 262.24º 0.82% 0.55% -
XYZ 7.54 3.85 25.54 -
YUV 51.08 178.75 140.07 -
System Red Green Blue C M Y K H S L
Decimal 68 25 141 0.52 0.82 0 0.45 262.24 0.7 0.33
Hex 44 19 8D 34 52 0 2D 106 46 21
Octal 104 31 215 64 122 0 55 406 106 41
Binary 1000100 11001 10001101 110100 1010010 0 101101 100000110 1000110 100001

Color Harmonies of #44198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44198D

Black with #44198D

Text Example


Text Example

White with #44198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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