Html Css Color HEX #441990 Persian Indigo

📋 copy color: '#441990'

red 68 ◦ green 25 ◦ blue 144

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

Shades of Persian Indigo #441990

Tints of Persian Indigo #441990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 60.76%

R = 28.69%
G = 10.55%
B = 60.76%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#441990 (or 0x441990) is known color: Persian Indigo. HEX triplet: 44, 19 and 90. RGB value is (68,25,144). Sum of RGB (Red+Green+Blue) = 68+25+144=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #441990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441990 is #BBE66F. Grayscale: #323232. Windows color (decimal): -12314224 or 9443652. OLE color: 9443652.

HSL color Cylindrical-coordinate representation of color #441990: hue angle of 261.68º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441990 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 25 144 -
CMYK 0.53 0.83 0 0.44
HSL 261.68º 0.7% 0.33% -
HSV(B) 261.68º 0.83% 0.56% -
XYZ 7.77 3.94 26.74 -
YUV 51.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 68 25 144 0.53 0.83 0 0.44 261.68 0.7 0.33
Hex 44 19 90 35 53 0 2C 106 46 21
Octal 104 31 220 65 123 0 54 406 106 41
Binary 1000100 11001 10010000 110101 1010011 0 101100 100000110 1000110 100001

Color Harmonies of #441990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441990

Black with #441990

Text Example


Text Example

White with #441990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441990; }

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

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

background-color css

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

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

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

border-color css

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

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

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