Html Css Color HEX #471984 Windsor

📋 copy color: '#471984'

red 71 ◦ green 25 ◦ blue 132

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

Shades of Windsor #471984

Tints of Windsor #471984

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.96%

 BLUE value IS 132 (51.95% from 255) = 57.89%

R = 31.14%
G = 10.96%
B = 57.89%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#471984 (or 0x471984) is known color: Windsor. HEX triplet: 47, 19 and 84. RGB value is (71,25,132). Sum of RGB (Red+Green+Blue) = 71+25+132=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #471984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471984 is #B8E67B. Grayscale: #323232. Windows color (decimal): -12117628 or 8657223. OLE color: 8657223.

HSL color Cylindrical-coordinate representation of color #471984: hue angle of 265.79º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471984 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 25 132 -
CMYK 0.46 0.81 0 0.48
HSL 265.79º 0.68% 0.31% -
HSV(B) 265.79º 0.81% 0.52% -
XYZ 7.11 3.7 22.17 -
YUV 50.95 173.74 142.3 -
System Red Green Blue C M Y K H S L
Decimal 71 25 132 0.46 0.81 0 0.48 265.79 0.68 0.31
Hex 47 19 84 2E 51 0 30 10A 44 1F
Octal 107 31 204 56 121 0 60 412 104 37
Binary 1000111 11001 10000100 101110 1010001 0 110000 100001010 1000100 11111

Color Harmonies of #471984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471984

Black with #471984

Text Example


Text Example

White with #471984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471984; }

 p { color: rgb(71,25,132); }

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

background-color css

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

 a { background-color: rgb(71,25,132); }

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

border-color css

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

 span { border-color: rgb(71,25,132); }

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