Html Css Color HEX #472582 Windsor

📋 copy color: '#472582'

red 71 ◦ green 37 ◦ blue 130

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

Shades of Windsor #472582

Tints of Windsor #472582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.55%

 BLUE value IS 130 (51.17% from 255) = 54.62%

R = 29.83%
G = 15.55%
B = 54.62%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#472582 (or 0x472582) is known color: Windsor. HEX triplet: 47, 25 and 82. RGB value is (71,37,130). Sum of RGB (Red+Green+Blue) = 71+37+130=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #472582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472582 is #B8DA7D. Grayscale: #393939. Windows color (decimal): -12114558 or 8529223. OLE color: 8529223.

HSL color Cylindrical-coordinate representation of color #472582: hue angle of 261.94º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472582 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 37 130 -
CMYK 0.45 0.72 0 0.49
HSL 261.94º 0.56% 0.33% -
HSV(B) 261.94º 0.72% 0.51% -
XYZ 7.29 4.27 21.56 -
YUV 57.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 71 37 130 0.45 0.72 0 0.49 261.94 0.56 0.33
Hex 47 25 82 2D 48 0 31 106 38 21
Octal 107 45 202 55 110 0 61 406 70 41
Binary 1000111 100101 10000010 101101 1001000 0 110001 100000110 111000 100001

Color Harmonies of #472582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472582

Black with #472582

Text Example


Text Example

White with #472582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472582; }

 p { color: rgb(71,37,130); }

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

background-color css

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

 a { background-color: rgb(71,37,130); }

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

border-color css

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

 span { border-color: rgb(71,37,130); }

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