Html Css Color HEX #471F81 Windsor

📋 copy color: '#471F81'

red 71 ◦ green 31 ◦ blue 129

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

Shades of Windsor #471F81

Tints of Windsor #471F81

RGB

 RED value IS 71 (28.13% from 255) = 30.74%

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

 BLUE value IS 129 (50.78% from 255) = 55.84%

R = 30.74%
G = 13.42%
B = 55.84%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#471F81 (or 0x471F81) is known color: Windsor. HEX triplet: 47, 1F and 81. RGB value is (71,31,129). Sum of RGB (Red+Green+Blue) = 71+31+129=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #471F81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471F81 is #B8E07E. Grayscale: #353535. Windows color (decimal): -12116095 or 8462151. OLE color: 8462151.

HSL color Cylindrical-coordinate representation of color #471F81: hue angle of 264.49º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471F81 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 31 129 -
CMYK 0.45 0.76 0 0.49
HSL 264.49º 0.61% 0.31% -
HSV(B) 264.49º 0.76% 0.51% -
XYZ 7.05 3.9 21.15 -
YUV 54.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 71 31 129 0.45 0.76 0 0.49 264.49 0.61 0.31
Hex 47 1F 81 2D 4C 0 31 108 3D 1F
Octal 107 37 201 55 114 0 61 410 75 37
Binary 1000111 11111 10000001 101101 1001100 0 110001 100001000 111101 11111

Color Harmonies of #471F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F81

Black with #471F81

Text Example


Text Example

White with #471F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471F81; }

 p { color: rgb(71,31,129); }

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

background-color css

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

 a { background-color: rgb(71,31,129); }

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

border-color css

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

 span { border-color: rgb(71,31,129); }

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