Html Css Color HEX #492087 Windsor

📋 copy color: '#492087'

red 73 ◦ green 32 ◦ blue 135

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

Shades of Windsor #492087

Tints of Windsor #492087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.33%

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

R = 30.42%
G = 13.33%
B = 56.25%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#492087 (or 0x492087) is known color: Windsor. HEX triplet: 49, 20 and 87. RGB value is (73,32,135). Sum of RGB (Red+Green+Blue) = 73+32+135=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #492087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492087 is #B6DF78. Grayscale: #373737. Windows color (decimal): -11984761 or 8855625. OLE color: 8855625.

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

Color convert

RGB 73 32 135 -
CMYK 0.46 0.76 0 0.47
HSL 263.88º 0.62% 0.33% -
HSV(B) 263.88º 0.76% 0.53% -
XYZ 7.64 4.2 23.33 -
YUV 56 172.58 140.12 -
System Red Green Blue C M Y K H S L
Decimal 73 32 135 0.46 0.76 0 0.47 263.88 0.62 0.33
Hex 49 20 87 2E 4C 0 2F 108 3E 21
Octal 111 40 207 56 114 0 57 410 76 41
Binary 1001001 100000 10000111 101110 1001100 0 101111 100001000 111110 100001

Color Harmonies of #492087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492087

Black with #492087

Text Example


Text Example

White with #492087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492087; }

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

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

background-color css

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

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

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

border-color css

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

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

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