Html Css Color HEX #471884 Windsor

📋 copy color: '#471884'

red 71 ◦ green 24 ◦ blue 132

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

Shades of Windsor #471884

Tints of Windsor #471884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

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

R = 31.28%
G = 10.57%
B = 58.15%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#471884 (or 0x471884) is known color: Windsor. HEX triplet: 47, 18 and 84. RGB value is (71,24,132). Sum of RGB (Red+Green+Blue) = 71+24+132=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #471884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471884 is #B8E77B. Grayscale: #313131. Windows color (decimal): -12117884 or 8656967. OLE color: 8656967.

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

Color convert

RGB 71 24 132 -
CMYK 0.46 0.82 0 0.48
HSL 266.11º 0.69% 0.31% -
HSV(B) 266.11º 0.82% 0.52% -
XYZ 7.09 3.66 22.16 -
YUV 50.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 71 24 132 0.46 0.82 0 0.48 266.11 0.69 0.31
Hex 47 18 84 2E 52 0 30 10A 45 1F
Octal 107 30 204 56 122 0 60 412 105 37
Binary 1000111 11000 10000100 101110 1010010 0 110000 100001010 1000101 11111

Color Harmonies of #471884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471884

Black with #471884

Text Example


Text Example

White with #471884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471884; }

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

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

background-color css

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

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

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

border-color css

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

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

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