Html Css Color HEX #441E95 Windsor

📋 copy color: '#441E95'

red 68 ◦ green 30 ◦ blue 149

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

Shades of Windsor #441E95

Tints of Windsor #441E95

RGB

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

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

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

R = 27.53%
G = 12.15%
B = 60.32%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#441E95 (or 0x441E95) is known color: Windsor. HEX triplet: 44, 1E and 95. RGB value is (68,30,149). Sum of RGB (Red+Green+Blue) = 68+30+149=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #441E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441E95 is #BBE16A. Grayscale: #363636. Windows color (decimal): -12312939 or 9772612. OLE color: 9772612.

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

Color convert

RGB 68 30 149 -
CMYK 0.54 0.80 0 0.42
HSL 259.16º 0.66% 0.35% -
HSV(B) 259.16º 0.8% 0.58% -
XYZ 8.27 4.33 28.83 -
YUV 54.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 68 30 149 0.54 0.80 0 0.42 259.16 0.66 0.35
Hex 44 1E 95 36 50 0 2A 103 42 23
Octal 104 36 225 66 120 0 52 403 102 43
Binary 1000100 11110 10010101 110110 1010000 0 101010 100000011 1000010 100011

Color Harmonies of #441E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E95

Black with #441E95

Text Example


Text Example

White with #441E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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