Html Css Color HEX #472184 Windsor

📋 copy color: '#472184'

red 71 ◦ green 33 ◦ blue 132

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

Shades of Windsor #472184

Tints of Windsor #472184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.98%

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

R = 30.08%
G = 13.98%
B = 55.93%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#472184 (or 0x472184) is known color: Windsor. HEX triplet: 47, 21 and 84. RGB value is (71,33,132). Sum of RGB (Red+Green+Blue) = 71+33+132=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #472184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472184 is #B8DE7B. Grayscale: #373737. Windows color (decimal): -12115580 or 8659271. OLE color: 8659271.

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

Color convert

RGB 71 33 132 -
CMYK 0.46 0.75 0 0.48
HSL 263.03º 0.6% 0.32% -
HSV(B) 263.03º 0.75% 0.52% -
XYZ 7.31 4.09 22.23 -
YUV 55.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 71 33 132 0.46 0.75 0 0.48 263.03 0.6 0.32
Hex 47 21 84 2E 4B 0 30 107 3C 20
Octal 107 41 204 56 113 0 60 407 74 40
Binary 1000111 100001 10000100 101110 1001011 0 110000 100000111 111100 100000

Color Harmonies of #472184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472184

Black with #472184

Text Example


Text Example

White with #472184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472184; }

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

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

background-color css

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

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

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

border-color css

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

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

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