Html Css Color HEX #492380 Windsor

📋 copy color: '#492380'

red 73 ◦ green 35 ◦ blue 128

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

Shades of Windsor #492380

Tints of Windsor #492380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

 BLUE value IS 128 (50.39% from 255) = 54.24%

R = 30.93%
G = 14.83%
B = 54.24%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#492380 (or 0x492380) is known color: Windsor. HEX triplet: 49, 23 and 80. RGB value is (73,35,128). Sum of RGB (Red+Green+Blue) = 73+35+128=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #492380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492380 is #B6DC7F. Grayscale: #383838. Windows color (decimal): -11984000 or 8397641. OLE color: 8397641.

HSL color Cylindrical-coordinate representation of color #492380: hue angle of 264.52º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492380 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 35 128 -
CMYK 0.43 0.73 0 0.50
HSL 264.52º 0.57% 0.32% -
HSV(B) 264.52º 0.73% 0.5% -
XYZ 7.24 4.18 20.85 -
YUV 56.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 73 35 128 0.43 0.73 0 0.50 264.52 0.57 0.32
Hex 49 23 80 2B 49 0 32 109 39 20
Octal 111 43 200 53 111 0 62 411 71 40
Binary 1001001 100011 10000000 101011 1001001 0 110010 100001001 111001 100000

Color Harmonies of #492380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492380

Black with #492380

Text Example


Text Example

White with #492380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492380; }

 p { color: rgb(73,35,128); }

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

background-color css

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

 a { background-color: rgb(73,35,128); }

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

border-color css

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

 span { border-color: rgb(73,35,128); }

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