Html Css Color HEX #492081 Windsor

📋 copy color: '#492081'

red 73 ◦ green 32 ◦ blue 129

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

Shades of Windsor #492081

Tints of Windsor #492081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.13%

R = 31.2%
G = 13.68%
B = 55.13%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#492081 (or 0x492081) is known color: Windsor. HEX triplet: 49, 20 and 81. RGB value is (73,32,129). Sum of RGB (Red+Green+Blue) = 73+32+129=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #492081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492081 is #B6DF7E. Grayscale: #363636. Windows color (decimal): -11984767 or 8462409. OLE color: 8462409.

HSL color Cylindrical-coordinate representation of color #492081: hue angle of 265.36º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492081 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 32 129 -
CMYK 0.43 0.75 0 0.49
HSL 265.36º 0.6% 0.32% -
HSV(B) 265.36º 0.75% 0.51% -
XYZ 7.23 4.03 21.17 -
YUV 55.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 73 32 129 0.43 0.75 0 0.49 265.36 0.6 0.32
Hex 49 20 81 2B 4B 0 31 109 3C 20
Octal 111 40 201 53 113 0 61 411 74 40
Binary 1001001 100000 10000001 101011 1001011 0 110001 100001001 111100 100000

Color Harmonies of #492081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492081

Black with #492081

Text Example


Text Example

White with #492081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492081; }

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

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

background-color css

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

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

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

border-color css

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

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

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