Html Css Color HEX #441A95 Persian Indigo

📋 copy color: '#441A95'

red 68 ◦ green 26 ◦ blue 149

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

Shades of Persian Indigo #441A95

Tints of Persian Indigo #441A95

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.7%

 BLUE value IS 149 (58.59% from 255) = 61.32%

R = 27.98%
G = 10.7%
B = 61.32%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#441A95 (or 0x441A95) is known color: Persian Indigo. HEX triplet: 44, 1A and 95. RGB value is (68,26,149). Sum of RGB (Red+Green+Blue) = 68+26+149=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #441A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441A95 is #BBE56A. Grayscale: #343434. Windows color (decimal): -12313963 or 9771588. OLE color: 9771588.

HSL color Cylindrical-coordinate representation of color #441A95: hue angle of 260.49º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441A95 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 26 149 -
CMYK 0.54 0.83 0 0.42
HSL 260.49º 0.7% 0.34% -
HSV(B) 260.49º 0.83% 0.58% -
XYZ 8.18 4.14 28.8 -
YUV 52.58 182.41 139 -
System Red Green Blue C M Y K H S L
Decimal 68 26 149 0.54 0.83 0 0.42 260.49 0.7 0.34
Hex 44 1A 95 36 53 0 2A 104 46 22
Octal 104 32 225 66 123 0 52 404 106 42
Binary 1000100 11010 10010101 110110 1010011 0 101010 100000100 1000110 100010

Color Harmonies of #441A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A95

Black with #441A95

Text Example


Text Example

White with #441A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441A95; }

 p { color: rgb(68,26,149); }

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

background-color css

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

 a { background-color: rgb(68,26,149); }

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

border-color css

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

 span { border-color: rgb(68,26,149); }

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