Html Css Color HEX #47278E Windsor

📋 copy color: '#47278E'

red 71 ◦ green 39 ◦ blue 142

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

Shades of Windsor #47278E

Tints of Windsor #47278E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

 BLUE value IS 142 (55.86% from 255) = 56.35%

R = 28.17%
G = 15.48%
B = 56.35%

CMYK

 C value IS 0.5

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47278E (or 0x47278E) is known color: Windsor. HEX triplet: 47, 27 and 8E. RGB value is (71,39,142). Sum of RGB (Red+Green+Blue) = 71+39+142=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #47278E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47278E is #B8D871. Grayscale: #3B3B3B. Windows color (decimal): -12114034 or 9316167. OLE color: 9316167.

HSL color Cylindrical-coordinate representation of color #47278E: hue angle of 258.64º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47278E is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 39 142 -
CMYK 0.5 0.73 0 0.44
HSL 258.64º 0.57% 0.35% -
HSV(B) 258.64º 0.73% 0.56% -
XYZ 8.21 4.74 26.07 -
YUV 60.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 71 39 142 0.5 0.73 0 0.44 258.64 0.57 0.35
Hex 47 27 8E 32 49 0 2C 103 39 23
Octal 107 47 216 62 111 0 54 403 71 43
Binary 1000111 100111 10001110 110010 1001001 0 101100 100000011 111001 100011

Color Harmonies of #47278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47278E

Black with #47278E

Text Example


Text Example

White with #47278E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47278E; }

 p { color: rgb(71,39,142); }

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

background-color css

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

 a { background-color: rgb(71,39,142); }

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

border-color css

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

 span { border-color: rgb(71,39,142); }

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