Html Css Color HEX #47198E Windsor

📋 copy color: '#47198E'

red 71 ◦ green 25 ◦ blue 142

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

Shades of Windsor #47198E

Tints of Windsor #47198E

RGB

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

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

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

R = 29.83%
G = 10.5%
B = 59.66%

CMYK

 C value IS 0.5

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47198E (or 0x47198E) is known color: Windsor. HEX triplet: 47, 19 and 8E. RGB value is (71,25,142). Sum of RGB (Red+Green+Blue) = 71+25+142=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #47198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47198E is #B8E671. Grayscale: #333333. Windows color (decimal): -12117618 or 9312583. OLE color: 9312583.

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

Color convert

RGB 71 25 142 -
CMYK 0.5 0.82 0 0.44
HSL 263.59º 0.7% 0.33% -
HSV(B) 263.59º 0.82% 0.56% -
XYZ 7.83 3.99 25.95 -
YUV 52.09 178.74 141.49 -
System Red Green Blue C M Y K H S L
Decimal 71 25 142 0.5 0.82 0 0.44 263.59 0.7 0.33
Hex 47 19 8E 32 52 0 2C 108 46 21
Octal 107 31 216 62 122 0 54 410 106 41
Binary 1000111 11001 10001110 110010 1010010 0 101100 100001000 1000110 100001

Color Harmonies of #47198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47198E

Black with #47198E

Text Example


Text Example

White with #47198E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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