Html Css Color HEX #471E95 Windsor

📋 copy color: '#471E95'

red 71 ◦ green 30 ◦ blue 149

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

Shades of Windsor #471E95

Tints of Windsor #471E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 28.4%
G = 12%
B = 59.6%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#471E95 (or 0x471E95) is known color: Windsor. HEX triplet: 47, 1E and 95. RGB value is (71,30,149). Sum of RGB (Red+Green+Blue) = 71+30+149=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #471E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471E95 is #B8E16A. Grayscale: #373737. Windows color (decimal): -12116331 or 9772615. OLE color: 9772615.

HSL color Cylindrical-coordinate representation of color #471E95: hue angle of 260.67º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471E95 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 30 149 -
CMYK 0.52 0.80 0 0.42
HSL 260.67º 0.66% 0.35% -
HSV(B) 260.67º 0.8% 0.58% -
XYZ 8.49 4.44 28.84 -
YUV 55.83 180.58 138.82 -
System Red Green Blue C M Y K H S L
Decimal 71 30 149 0.52 0.80 0 0.42 260.67 0.66 0.35
Hex 47 1E 95 34 50 0 2A 105 42 23
Octal 107 36 225 64 120 0 52 405 102 43
Binary 1000111 11110 10010101 110100 1010000 0 101010 100000101 1000010 100011

Color Harmonies of #471E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E95

Black with #471E95

Text Example


Text Example

White with #471E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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