Html Css Color HEX #471E96 Windsor

📋 copy color: '#471E96'

red 71 ◦ green 30 ◦ blue 150

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

Shades of Windsor #471E96

Tints of Windsor #471E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 59.76%

R = 28.29%
G = 11.95%
B = 59.76%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#471E96 (or 0x471E96) is known color: Windsor. HEX triplet: 47, 1E and 96. RGB value is (71,30,150). Sum of RGB (Red+Green+Blue) = 71+30+150=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #471E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471E96 is #B8E169. Grayscale: #373737. Windows color (decimal): -12116330 or 9838151. OLE color: 9838151.

HSL color Cylindrical-coordinate representation of color #471E96: hue angle of 260.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471E96 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 30 150 -
CMYK 0.53 0.80 0 0.41
HSL 260.5º 0.67% 0.35% -
HSV(B) 260.5º 0.8% 0.59% -
XYZ 8.57 4.47 29.27 -
YUV 55.94 181.08 138.74 -
System Red Green Blue C M Y K H S L
Decimal 71 30 150 0.53 0.80 0 0.41 260.5 0.67 0.35
Hex 47 1E 96 35 50 0 29 104 43 23
Octal 107 36 226 65 120 0 51 404 103 43
Binary 1000111 11110 10010110 110101 1010000 0 101001 100000100 1000011 100011

Color Harmonies of #471E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E96

Black with #471E96

Text Example


Text Example

White with #471E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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