Html Css Color HEX #471E7A Windsor

📋 copy color: '#471E7A'

red 71 ◦ green 30 ◦ blue 122

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

Shades of Windsor #471E7A

Tints of Windsor #471E7A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.45%

 BLUE value IS 122 (48.05% from 255) = 54.71%

R = 31.84%
G = 13.45%
B = 54.71%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#471E7A (or 0x471E7A) is known color: Windsor. HEX triplet: 47, 1E and 7A. RGB value is (71,30,122). Sum of RGB (Red+Green+Blue) = 71+30+122=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #471E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E7A is #B8E185. Grayscale: #343434. Windows color (decimal): -12116358 or 8003143. OLE color: 8003143.

HSL color Cylindrical-coordinate representation of color #471E7A: hue angle of 266.74º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471E7A is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 30 122 -
CMYK 0.42 0.75 0 0.52
HSL 266.74º 0.61% 0.3% -
HSV(B) 266.74º 0.75% 0.48% -
XYZ 6.58 3.67 18.77 -
YUV 52.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 71 30 122 0.42 0.75 0 0.52 266.74 0.61 0.3
Hex 47 1E 7A 2A 4B 0 34 10B 3D 1E
Octal 107 36 172 52 113 0 64 413 75 36
Binary 1000111 11110 1111010 101010 1001011 0 110100 100001011 111101 11110

Color Harmonies of #471E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E7A

Black with #471E7A

Text Example


Text Example

White with #471E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,30,122); }

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

background-color css

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

 a { background-color: rgb(71,30,122); }

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

border-color css

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

 span { border-color: rgb(71,30,122); }

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