Html Css Color HEX #492193 Windsor

📋 copy color: '#492193'

red 73 ◦ green 33 ◦ blue 147

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

Shades of Windsor #492193

Tints of Windsor #492193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.04%

 BLUE value IS 147 (57.81% from 255) = 58.1%

R = 28.85%
G = 13.04%
B = 58.1%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492193 (or 0x492193) is known color: Windsor. HEX triplet: 49, 21 and 93. RGB value is (73,33,147). Sum of RGB (Red+Green+Blue) = 73+33+147=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #492193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492193 is #B6DE6C. Grayscale: #393939. Windows color (decimal): -11984493 or 9642313. OLE color: 9642313.

HSL color Cylindrical-coordinate representation of color #492193: hue angle of 261.05º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492193 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 33 147 -
CMYK 0.50 0.78 0 0.42
HSL 261.05º 0.63% 0.35% -
HSV(B) 261.05º 0.78% 0.58% -
XYZ 8.56 4.61 28.04 -
YUV 57.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 73 33 147 0.50 0.78 0 0.42 261.05 0.63 0.35
Hex 49 21 93 32 4E 0 2A 105 3F 23
Octal 111 41 223 62 116 0 52 405 77 43
Binary 1001001 100001 10010011 110010 1001110 0 101010 100000101 111111 100011

Color Harmonies of #492193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492193

Black with #492193

Text Example


Text Example

White with #492193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492193; }

 p { color: rgb(73,33,147); }

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

background-color css

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

 a { background-color: rgb(73,33,147); }

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

border-color css

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

 span { border-color: rgb(73,33,147); }

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