Html Css Color HEX #471985 Windsor

📋 copy color: '#471985'

red 71 ◦ green 25 ◦ blue 133

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

Shades of Windsor #471985

Tints of Windsor #471985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

 BLUE value IS 133 (52.34% from 255) = 58.08%

R = 31%
G = 10.92%
B = 58.08%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#471985 (or 0x471985) is known color: Windsor. HEX triplet: 47, 19 and 85. RGB value is (71,25,133). Sum of RGB (Red+Green+Blue) = 71+25+133=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #471985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471985 is #B8E67A. Grayscale: #323232. Windows color (decimal): -12117627 or 8722759. OLE color: 8722759.

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

Color convert

RGB 71 25 133 -
CMYK 0.47 0.81 0 0.48
HSL 265.56º 0.68% 0.31% -
HSV(B) 265.56º 0.81% 0.52% -
XYZ 7.18 3.73 22.53 -
YUV 51.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 71 25 133 0.47 0.81 0 0.48 265.56 0.68 0.31
Hex 47 19 85 2F 51 0 30 10A 44 1F
Octal 107 31 205 57 121 0 60 412 104 37
Binary 1000111 11001 10000101 101111 1010001 0 110000 100001010 1000100 11111

Color Harmonies of #471985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471985

Black with #471985

Text Example


Text Example

White with #471985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471985; }

 p { color: rgb(71,25,133); }

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

background-color css

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

 a { background-color: rgb(71,25,133); }

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

border-color css

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

 span { border-color: rgb(71,25,133); }

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