Html Css Color HEX #441C95 Persian Indigo

📋 copy color: '#441C95'

red 68 ◦ green 28 ◦ blue 149

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

Shades of Persian Indigo #441C95

Tints of Persian Indigo #441C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

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

R = 27.76%
G = 11.43%
B = 60.82%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#441C95 (or 0x441C95) is known color: Persian Indigo. HEX triplet: 44, 1C and 95. RGB value is (68,28,149). Sum of RGB (Red+Green+Blue) = 68+28+149=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #441C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441C95 is #BBE36A. Grayscale: #353535. Windows color (decimal): -12313451 or 9772100. OLE color: 9772100.

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

Color convert

RGB 68 28 149 -
CMYK 0.54 0.81 0 0.42
HSL 259.83º 0.68% 0.35% -
HSV(B) 259.83º 0.81% 0.58% -
XYZ 8.22 4.23 28.82 -
YUV 53.75 181.75 138.16 -
System Red Green Blue C M Y K H S L
Decimal 68 28 149 0.54 0.81 0 0.42 259.83 0.68 0.35
Hex 44 1C 95 36 51 0 2A 104 44 23
Octal 104 34 225 66 121 0 52 404 104 43
Binary 1000100 11100 10010101 110110 1010001 0 101010 100000100 1000100 100011

Color Harmonies of #441C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C95

Black with #441C95

Text Example


Text Example

White with #441C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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