Html Css Color HEX #492085 Windsor

📋 copy color: '#492085'

red 73 ◦ green 32 ◦ blue 133

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

Shades of Windsor #492085

Tints of Windsor #492085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.88%

R = 30.67%
G = 13.45%
B = 55.88%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#492085 (or 0x492085) is known color: Windsor. HEX triplet: 49, 20 and 85. RGB value is (73,32,133). Sum of RGB (Red+Green+Blue) = 73+32+133=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #492085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492085 is #B6DF7A. Grayscale: #373737. Windows color (decimal): -11984763 or 8724553. OLE color: 8724553.

HSL color Cylindrical-coordinate representation of color #492085: hue angle of 264.36º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492085 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 32 133 -
CMYK 0.45 0.76 0 0.48
HSL 264.36º 0.61% 0.32% -
HSV(B) 264.36º 0.76% 0.52% -
XYZ 7.5 4.14 22.59 -
YUV 55.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 73 32 133 0.45 0.76 0 0.48 264.36 0.61 0.32
Hex 49 20 85 2D 4C 0 30 108 3D 20
Octal 111 40 205 55 114 0 60 410 75 40
Binary 1001001 100000 10000101 101101 1001100 0 110000 100001000 111101 100000

Color Harmonies of #492085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492085

Black with #492085

Text Example


Text Example

White with #492085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492085; }

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

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

background-color css

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

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

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

border-color css

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

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

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