Html Css Color HEX #47237A Windsor

📋 copy color: '#47237A'

red 71 ◦ green 35 ◦ blue 122

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

Shades of Windsor #47237A

Tints of Windsor #47237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.51%

R = 31.14%
G = 15.35%
B = 53.51%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47237A (or 0x47237A) is known color: Windsor. HEX triplet: 47, 23 and 7A. RGB value is (71,35,122). Sum of RGB (Red+Green+Blue) = 71+35+122=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #47237A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47237A is #B8DC85. Grayscale: #373737. Windows color (decimal): -12115078 or 8004423. OLE color: 8004423.

HSL color Cylindrical-coordinate representation of color #47237A: hue angle of 264.83º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47237A is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 35 122 -
CMYK 0.42 0.71 0 0.52
HSL 264.83º 0.55% 0.31% -
HSV(B) 264.83º 0.71% 0.48% -
XYZ 6.71 3.95 18.82 -
YUV 55.68 165.43 138.93 -
System Red Green Blue C M Y K H S L
Decimal 71 35 122 0.42 0.71 0 0.52 264.83 0.55 0.31
Hex 47 23 7A 2A 47 0 34 109 37 1F
Octal 107 43 172 52 107 0 64 411 67 37
Binary 1000111 100011 1111010 101010 1000111 0 110100 100001001 110111 11111

Color Harmonies of #47237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47237A

Black with #47237A

Text Example


Text Example

White with #47237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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