Html Css Color HEX #471784 Windsor

📋 copy color: '#471784'

red 71 ◦ green 23 ◦ blue 132

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

Shades of Windsor #471784

Tints of Windsor #471784

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.18%

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

R = 31.42%
G = 10.18%
B = 58.41%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#471784 (or 0x471784) is known color: Windsor. HEX triplet: 47, 17 and 84. RGB value is (71,23,132). Sum of RGB (Red+Green+Blue) = 71+23+132=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #471784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471784 is #B8E87B. Grayscale: #313131. Windows color (decimal): -12118140 or 8656711. OLE color: 8656711.

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

Color convert

RGB 71 23 132 -
CMYK 0.46 0.83 0 0.48
HSL 266.42º 0.7% 0.3% -
HSV(B) 266.42º 0.83% 0.52% -
XYZ 7.07 3.62 22.16 -
YUV 49.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 71 23 132 0.46 0.83 0 0.48 266.42 0.7 0.3
Hex 47 17 84 2E 53 0 30 10A 46 1E
Octal 107 27 204 56 123 0 60 412 106 36
Binary 1000111 10111 10000100 101110 1010011 0 110000 100001010 1000110 11110

Color Harmonies of #471784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471784

Black with #471784

Text Example


Text Example

White with #471784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471784; }

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

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

background-color css

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

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

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

border-color css

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

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

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