Html Css Color HEX #472183 Windsor

📋 copy color: '#472183'

red 71 ◦ green 33 ◦ blue 131

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

Shades of Windsor #472183

Tints of Windsor #472183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.74%

R = 30.21%
G = 14.04%
B = 55.74%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#472183 (or 0x472183) is known color: Windsor. HEX triplet: 47, 21 and 83. RGB value is (71,33,131). Sum of RGB (Red+Green+Blue) = 71+33+131=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #472183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472183 is #B8DE7C. Grayscale: #373737. Windows color (decimal): -12115581 or 8593735. OLE color: 8593735.

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

Color convert

RGB 71 33 131 -
CMYK 0.46 0.75 0 0.49
HSL 263.27º 0.6% 0.32% -
HSV(B) 263.27º 0.75% 0.51% -
XYZ 7.24 4.07 21.88 -
YUV 55.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 71 33 131 0.46 0.75 0 0.49 263.27 0.6 0.32
Hex 47 21 83 2E 4B 0 31 107 3C 20
Octal 107 41 203 56 113 0 61 407 74 40
Binary 1000111 100001 10000011 101110 1001011 0 110001 100000111 111100 100000

Color Harmonies of #472183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472183

Black with #472183

Text Example


Text Example

White with #472183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472183; }

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

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

background-color css

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

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

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

border-color css

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

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

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