Html Css Color HEX #491B87 Windsor

📋 copy color: '#491B87'

red 73 ◦ green 27 ◦ blue 135

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

Shades of Windsor #491B87

Tints of Windsor #491B87

RGB

 RED value IS 73 (28.91% from 255) = 31.06%

 GREEN value IS 27 (10.94% from 255) = 11.49%

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

R = 31.06%
G = 11.49%
B = 57.45%

CMYK

 C value IS 0.46

 M value IS 0.8

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#491B87 (or 0x491B87) is known color: Windsor. HEX triplet: 49, 1B and 87. RGB value is (73,27,135). Sum of RGB (Red+Green+Blue) = 73+27+135=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #491B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491B87 is #B6E478. Grayscale: #343434. Windows color (decimal): -11986041 or 8854345. OLE color: 8854345.

HSL color Cylindrical-coordinate representation of color #491B87: hue angle of 265.56º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491B87 is Cyan = 0.46, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 27 135 -
CMYK 0.46 0.8 0 0.47
HSL 265.56º 0.67% 0.32% -
HSV(B) 265.56º 0.8% 0.53% -
XYZ 7.51 3.95 23.29 -
YUV 53.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 73 27 135 0.46 0.8 0 0.47 265.56 0.67 0.32
Hex 49 1B 87 2E 50 0 2F 10A 43 20
Octal 111 33 207 56 120 0 57 412 103 40
Binary 1001001 11011 10000111 101110 1010000 0 101111 100001010 1000011 100000

Color Harmonies of #491B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B87

Black with #491B87

Text Example


Text Example

White with #491B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491B87; }

 p { color: rgb(73,27,135); }

 H1.HeaderClassName
 {
   color: #491B87;
 }
 .AnyTagClassName
 {
   color: #491B87;
 }
</style>

background-color css

<style>
 a { background-color: #491B87; }

 a { background-color: rgb(73,27,135); }

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

border-color css

<style>
 span { border-color: #491B87; }

 span { border-color: rgb(73,27,135); }

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