Html Css Color HEX #441F87 Windsor

📋 copy color: '#441F87'

red 68 ◦ green 31 ◦ blue 135

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

Shades of Windsor #441F87

Tints of Windsor #441F87

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.25%

 BLUE value IS 135 (53.13% from 255) = 57.69%

R = 29.06%
G = 13.25%
B = 57.69%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#441F87 (or 0x441F87) is known color: Windsor. HEX triplet: 44, 1F and 87. RGB value is (68,31,135). Sum of RGB (Red+Green+Blue) = 68+31+135=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #441F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441F87 is #BBE078. Grayscale: #353535. Windows color (decimal): -12312697 or 8855364. OLE color: 8855364.

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

Color convert

RGB 68 31 135 -
CMYK 0.50 0.77 0 0.47
HSL 261.35º 0.63% 0.33% -
HSV(B) 261.35º 0.77% 0.53% -
XYZ 7.25 3.96 23.3 -
YUV 53.92 173.76 138.04 -
System Red Green Blue C M Y K H S L
Decimal 68 31 135 0.50 0.77 0 0.47 261.35 0.63 0.33
Hex 44 1F 87 32 4D 0 2F 105 3F 21
Octal 104 37 207 62 115 0 57 405 77 41
Binary 1000100 11111 10000111 110010 1001101 0 101111 100000101 111111 100001

Color Harmonies of #441F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F87

Black with #441F87

Text Example


Text Example

White with #441F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,31,135); }

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

background-color css

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

 a { background-color: rgb(68,31,135); }

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

border-color css

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

 span { border-color: rgb(68,31,135); }

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