Html Css Color HEX #491883 Windsor

📋 copy color: '#491883'

red 73 ◦ green 24 ◦ blue 131

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

Shades of Windsor #491883

Tints of Windsor #491883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.53%

 BLUE value IS 131 (51.56% from 255) = 57.46%

R = 32.02%
G = 10.53%
B = 57.46%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#491883 (or 0x491883) is known color: Windsor. HEX triplet: 49, 18 and 83. RGB value is (73,24,131). Sum of RGB (Red+Green+Blue) = 73+24+131=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #491883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491883 is #B6E77C. Grayscale: #323232. Windows color (decimal): -11986813 or 8591433. OLE color: 8591433.

HSL color Cylindrical-coordinate representation of color #491883: hue angle of 267.48º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491883 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 24 131 -
CMYK 0.44 0.82 0 0.49
HSL 267.48º 0.69% 0.3% -
HSV(B) 267.48º 0.82% 0.51% -
XYZ 7.17 3.71 21.81 -
YUV 50.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 73 24 131 0.44 0.82 0 0.49 267.48 0.69 0.3
Hex 49 18 83 2C 52 0 31 10B 45 1E
Octal 111 30 203 54 122 0 61 413 105 36
Binary 1001001 11000 10000011 101100 1010010 0 110001 100001011 1000101 11110

Color Harmonies of #491883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491883

Black with #491883

Text Example


Text Example

White with #491883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491883; }

 p { color: rgb(73,24,131); }

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

background-color css

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

 a { background-color: rgb(73,24,131); }

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

border-color css

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

 span { border-color: rgb(73,24,131); }

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