Html Css Color HEX #471B82 Windsor

📋 copy color: '#471B82'

red 71 ◦ green 27 ◦ blue 130

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

Shades of Windsor #471B82

Tints of Windsor #471B82

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.84%

 BLUE value IS 130 (51.17% from 255) = 57.02%

R = 31.14%
G = 11.84%
B = 57.02%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#471B82 (or 0x471B82) is known color: Windsor. HEX triplet: 47, 1B and 82. RGB value is (71,27,130). Sum of RGB (Red+Green+Blue) = 71+27+130=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #471B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471B82 is #B8E47D. Grayscale: #333333. Windows color (decimal): -12117118 or 8526663. OLE color: 8526663.

HSL color Cylindrical-coordinate representation of color #471B82: hue angle of 265.63º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #471B82 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 27 130 -
CMYK 0.45 0.79 0 0.49
HSL 265.63º 0.66% 0.31% -
HSV(B) 265.63º 0.79% 0.51% -
XYZ 7.02 3.74 21.47 -
YUV 51.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 71 27 130 0.45 0.79 0 0.49 265.63 0.66 0.31
Hex 47 1B 82 2D 4F 0 31 10A 42 1F
Octal 107 33 202 55 117 0 61 412 102 37
Binary 1000111 11011 10000010 101101 1001111 0 110001 100001010 1000010 11111

Color Harmonies of #471B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B82

Black with #471B82

Text Example


Text Example

White with #471B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471B82; }

 p { color: rgb(71,27,130); }

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

background-color css

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

 a { background-color: rgb(71,27,130); }

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

border-color css

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

 span { border-color: rgb(71,27,130); }

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