Html Css Color HEX #471E7F Windsor

📋 copy color: '#471E7F'

red 71 ◦ green 30 ◦ blue 127

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

Shades of Windsor #471E7F

Tints of Windsor #471E7F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.16%

 BLUE value IS 127 (50% from 255) = 55.7%

R = 31.14%
G = 13.16%
B = 55.7%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#471E7F (or 0x471E7F) is known color: Windsor. HEX triplet: 47, 1E and 7F. RGB value is (71,30,127). Sum of RGB (Red+Green+Blue) = 71+30+127=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #471E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E7F is #B8E180. Grayscale: #343434. Windows color (decimal): -12116353 or 8330823. OLE color: 8330823.

HSL color Cylindrical-coordinate representation of color #471E7F: hue angle of 265.36º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471E7F is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 30 127 -
CMYK 0.44 0.76 0 0.50
HSL 265.36º 0.62% 0.31% -
HSV(B) 265.36º 0.76% 0.5% -
XYZ 6.89 3.8 20.45 -
YUV 53.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 71 30 127 0.44 0.76 0 0.50 265.36 0.62 0.31
Hex 47 1E 7F 2C 4C 0 32 109 3E 1F
Octal 107 36 177 54 114 0 62 411 76 37
Binary 1000111 11110 1111111 101100 1001100 0 110010 100001001 111110 11111

Color Harmonies of #471E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E7F

Black with #471E7F

Text Example


Text Example

White with #471E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,30,127); }

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

background-color css

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

 a { background-color: rgb(71,30,127); }

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

border-color css

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

 span { border-color: rgb(71,30,127); }

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