Html Css Color HEX #472385 Windsor

📋 copy color: '#472385'

red 71 ◦ green 35 ◦ blue 133

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

Shades of Windsor #472385

Tints of Windsor #472385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.64%

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

R = 29.71%
G = 14.64%
B = 55.65%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#472385 (or 0x472385) is known color: Windsor. HEX triplet: 47, 23 and 85. RGB value is (71,35,133). Sum of RGB (Red+Green+Blue) = 71+35+133=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #472385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472385 is #B8DC7A. Grayscale: #383838. Windows color (decimal): -12115067 or 8725319. OLE color: 8725319.

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

Color convert

RGB 71 35 133 -
CMYK 0.47 0.74 0 0.48
HSL 262.04º 0.58% 0.33% -
HSV(B) 262.04º 0.74% 0.52% -
XYZ 7.43 4.24 22.62 -
YUV 56.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 71 35 133 0.47 0.74 0 0.48 262.04 0.58 0.33
Hex 47 23 85 2F 4A 0 30 106 3A 21
Octal 107 43 205 57 112 0 60 406 72 41
Binary 1000111 100011 10000101 101111 1001010 0 110000 100000110 111010 100001

Color Harmonies of #472385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472385

Black with #472385

Text Example


Text Example

White with #472385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472385; }

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

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

background-color css

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

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

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

border-color css

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

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

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