Html Css Color HEX #471F7E Windsor

📋 copy color: '#471F7E'

red 71 ◦ green 31 ◦ blue 126

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

Shades of Windsor #471F7E

Tints of Windsor #471F7E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.6%

 BLUE value IS 126 (49.61% from 255) = 55.26%

R = 31.14%
G = 13.6%
B = 55.26%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#471F7E (or 0x471F7E) is known color: Windsor. HEX triplet: 47, 1F and 7E. RGB value is (71,31,126). Sum of RGB (Red+Green+Blue) = 71+31+126=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #471F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F7E is #B8E081. Grayscale: #353535. Windows color (decimal): -12116098 or 8265543. OLE color: 8265543.

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

Color convert

RGB 71 31 126 -
CMYK 0.44 0.75 0 0.51
HSL 265.26º 0.61% 0.31% -
HSV(B) 265.26º 0.75% 0.49% -
XYZ 6.85 3.83 20.12 -
YUV 53.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 71 31 126 0.44 0.75 0 0.51 265.26 0.61 0.31
Hex 47 1F 7E 2C 4B 0 33 109 3D 1F
Octal 107 37 176 54 113 0 63 411 75 37
Binary 1000111 11111 1111110 101100 1001011 0 110011 100001001 111101 11111

Color Harmonies of #471F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F7E

Black with #471F7E

Text Example


Text Example

White with #471F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,31,126); }

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

background-color css

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

 a { background-color: rgb(71,31,126); }

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

border-color css

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

 span { border-color: rgb(71,31,126); }

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