Html Css Color HEX #441E91 Windsor

📋 copy color: '#441E91'

red 68 ◦ green 30 ◦ blue 145

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

Shades of Windsor #441E91

Tints of Windsor #441E91

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.35%

 BLUE value IS 145 (57.03% from 255) = 59.67%

R = 27.98%
G = 12.35%
B = 59.67%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#441E91 (or 0x441E91) is known color: Windsor. HEX triplet: 44, 1E and 91. RGB value is (68,30,145). Sum of RGB (Red+Green+Blue) = 68+30+145=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #441E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441E91 is #BBE16E. Grayscale: #363636. Windows color (decimal): -12312943 or 9510468. OLE color: 9510468.

HSL color Cylindrical-coordinate representation of color #441E91: hue angle of 259.83º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441E91 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 30 145 -
CMYK 0.53 0.79 0 0.43
HSL 259.83º 0.66% 0.34% -
HSV(B) 259.83º 0.79% 0.57% -
XYZ 7.96 4.2 27.18 -
YUV 54.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 68 30 145 0.53 0.79 0 0.43 259.83 0.66 0.34
Hex 44 1E 91 35 4F 0 2B 104 42 22
Octal 104 36 221 65 117 0 53 404 102 42
Binary 1000100 11110 10010001 110101 1001111 0 101011 100000100 1000010 100010

Color Harmonies of #441E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E91

Black with #441E91

Text Example


Text Example

White with #441E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,30,145); }

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

background-color css

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

 a { background-color: rgb(68,30,145); }

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

border-color css

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

 span { border-color: rgb(68,30,145); }

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