Html Css Color HEX #441E86 Windsor

📋 copy color: '#441E86'

red 68 ◦ green 30 ◦ blue 134

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

Shades of Windsor #441E86

Tints of Windsor #441E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 57.76%

R = 29.31%
G = 12.93%
B = 57.76%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#441E86 (or 0x441E86) is known color: Windsor. HEX triplet: 44, 1E and 86. RGB value is (68,30,134). Sum of RGB (Red+Green+Blue) = 68+30+134=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #441E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441E86 is #BBE179. Grayscale: #343434. Windows color (decimal): -12312954 or 8789572. OLE color: 8789572.

HSL color Cylindrical-coordinate representation of color #441E86: hue angle of 261.92º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #441E86 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 30 134 -
CMYK 0.49 0.78 0 0.47
HSL 261.92º 0.63% 0.32% -
HSV(B) 261.92º 0.78% 0.53% -
XYZ 7.15 3.88 22.93 -
YUV 53.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 68 30 134 0.49 0.78 0 0.47 261.92 0.63 0.32
Hex 44 1E 86 31 4E 0 2F 106 3F 20
Octal 104 36 206 61 116 0 57 406 77 40
Binary 1000100 11110 10000110 110001 1001110 0 101111 100000110 111111 100000

Color Harmonies of #441E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E86

Black with #441E86

Text Example


Text Example

White with #441E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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