Html Css Color HEX #492580 Windsor

📋 copy color: '#492580'

red 73 ◦ green 37 ◦ blue 128

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

Shades of Windsor #492580

Tints of Windsor #492580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.55%

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

R = 30.67%
G = 15.55%
B = 53.78%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#492580 (or 0x492580) is known color: Windsor. HEX triplet: 49, 25 and 80. RGB value is (73,37,128). Sum of RGB (Red+Green+Blue) = 73+37+128=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #492580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492580 is #B6DA7F. Grayscale: #393939. Windows color (decimal): -11983488 or 8398153. OLE color: 8398153.

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

Color convert

RGB 73 37 128 -
CMYK 0.43 0.71 0 0.50
HSL 263.74º 0.55% 0.32% -
HSV(B) 263.74º 0.71% 0.5% -
XYZ 7.31 4.3 20.87 -
YUV 58.14 167.43 138.6 -
System Red Green Blue C M Y K H S L
Decimal 73 37 128 0.43 0.71 0 0.50 263.74 0.55 0.32
Hex 49 25 80 2B 47 0 32 108 37 20
Octal 111 45 200 53 107 0 62 410 67 40
Binary 1001001 100101 10000000 101011 1000111 0 110010 100001000 110111 100000

Color Harmonies of #492580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492580

Black with #492580

Text Example


Text Example

White with #492580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492580; }

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

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

background-color css

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

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

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

border-color css

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

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

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