Html Css Color HEX #491F7D Windsor

📋 copy color: '#491F7D'

red 73 ◦ green 31 ◦ blue 125

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

Shades of Windsor #491F7D

Tints of Windsor #491F7D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.54%

 BLUE value IS 125 (49.22% from 255) = 54.59%

R = 31.88%
G = 13.54%
B = 54.59%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#491F7D (or 0x491F7D) is known color: Windsor. HEX triplet: 49, 1F and 7D. RGB value is (73,31,125). Sum of RGB (Red+Green+Blue) = 73+31+125=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #491F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F7D is #B6E082. Grayscale: #353535. Windows color (decimal): -11985027 or 8200009. OLE color: 8200009.

HSL color Cylindrical-coordinate representation of color #491F7D: hue angle of 266.81º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491F7D is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 31 125 -
CMYK 0.42 0.75 0 0.51
HSL 266.81º 0.6% 0.31% -
HSV(B) 266.81º 0.75% 0.49% -
XYZ 6.94 3.88 19.78 -
YUV 54.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 73 31 125 0.42 0.75 0 0.51 266.81 0.6 0.31
Hex 49 1F 7D 2A 4B 0 33 10B 3C 1F
Octal 111 37 175 52 113 0 63 413 74 37
Binary 1001001 11111 1111101 101010 1001011 0 110011 100001011 111100 11111

Color Harmonies of #491F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F7D

Black with #491F7D

Text Example


Text Example

White with #491F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491F7D; }

 p { color: rgb(73,31,125); }

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

background-color css

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

 a { background-color: rgb(73,31,125); }

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

border-color css

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

 span { border-color: rgb(73,31,125); }

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