Html Css Color HEX #471D7D Windsor

📋 copy color: '#471D7D'

red 71 ◦ green 29 ◦ blue 125

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

Shades of Windsor #471D7D

Tints of Windsor #471D7D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.89%

 BLUE value IS 125 (49.22% from 255) = 55.56%

R = 31.56%
G = 12.89%
B = 55.56%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#471D7D (or 0x471D7D) is known color: Windsor. HEX triplet: 47, 1D and 7D. RGB value is (71,29,125). Sum of RGB (Red+Green+Blue) = 71+29+125=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #471D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471D7D is #B8E282. Grayscale: #343434. Windows color (decimal): -12116611 or 8199495. OLE color: 8199495.

HSL color Cylindrical-coordinate representation of color #471D7D: hue angle of 266.25º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471D7D is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 29 125 -
CMYK 0.43 0.77 0 0.51
HSL 266.25º 0.62% 0.3% -
HSV(B) 266.25º 0.77% 0.49% -
XYZ 6.74 3.7 19.76 -
YUV 52.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 71 29 125 0.43 0.77 0 0.51 266.25 0.62 0.3
Hex 47 1D 7D 2B 4D 0 33 10A 3E 1E
Octal 107 35 175 53 115 0 63 412 76 36
Binary 1000111 11101 1111101 101011 1001101 0 110011 100001010 111110 11110

Color Harmonies of #471D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D7D

Black with #471D7D

Text Example


Text Example

White with #471D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,29,125); }

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

background-color css

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

 a { background-color: rgb(71,29,125); }

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

border-color css

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

 span { border-color: rgb(71,29,125); }

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