Html Css Color HEX #491887 Windsor

📋 copy color: '#491887'

red 73 ◦ green 24 ◦ blue 135

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

Shades of Windsor #491887

Tints of Windsor #491887

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

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

R = 31.47%
G = 10.34%
B = 58.19%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#491887 (or 0x491887) is known color: Windsor. HEX triplet: 49, 18 and 87. RGB value is (73,24,135). Sum of RGB (Red+Green+Blue) = 73+24+135=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #491887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491887 is #B6E778. Grayscale: #323232. Windows color (decimal): -11986809 or 8853577. OLE color: 8853577.

HSL color Cylindrical-coordinate representation of color #491887: hue angle of 266.49º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491887 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 24 135 -
CMYK 0.46 0.82 0 0.47
HSL 266.49º 0.7% 0.31% -
HSV(B) 266.49º 0.82% 0.53% -
XYZ 7.45 3.82 23.27 -
YUV 51.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 73 24 135 0.46 0.82 0 0.47 266.49 0.7 0.31
Hex 49 18 87 2E 52 0 2F 10A 46 1F
Octal 111 30 207 56 122 0 57 412 106 37
Binary 1001001 11000 10000111 101110 1010010 0 101111 100001010 1000110 11111

Color Harmonies of #491887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491887

Black with #491887

Text Example


Text Example

White with #491887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491887; }

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

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

background-color css

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

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

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

border-color css

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

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

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