Html Css Color HEX #471A95 Windsor

📋 copy color: '#471A95'

red 71 ◦ green 26 ◦ blue 149

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

Shades of Windsor #471A95

Tints of Windsor #471A95

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.57%

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

R = 28.86%
G = 10.57%
B = 60.57%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#471A95 (or 0x471A95) is known color: Windsor. HEX triplet: 47, 1A and 95. RGB value is (71,26,149). Sum of RGB (Red+Green+Blue) = 71+26+149=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #471A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471A95 is #B8E56A. Grayscale: #353535. Windows color (decimal): -12117355 or 9771591. OLE color: 9771591.

HSL color Cylindrical-coordinate representation of color #471A95: hue angle of 261.95º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471A95 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 26 149 -
CMYK 0.52 0.83 0 0.42
HSL 261.95º 0.7% 0.34% -
HSV(B) 261.95º 0.83% 0.58% -
XYZ 8.39 4.25 28.81 -
YUV 53.48 181.91 140.5 -
System Red Green Blue C M Y K H S L
Decimal 71 26 149 0.52 0.83 0 0.42 261.95 0.7 0.34
Hex 47 1A 95 34 53 0 2A 106 46 22
Octal 107 32 225 64 123 0 52 406 106 42
Binary 1000111 11010 10010101 110100 1010011 0 101010 100000110 1000110 100010

Color Harmonies of #471A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A95

Black with #471A95

Text Example


Text Example

White with #471A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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