Html Css Color HEX #47198D Windsor

📋 copy color: '#47198D'

red 71 ◦ green 25 ◦ blue 141

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

Shades of Windsor #47198D

Tints of Windsor #47198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59.49%

R = 29.96%
G = 10.55%
B = 59.49%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47198D (or 0x47198D) is known color: Windsor. HEX triplet: 47, 19 and 8D. RGB value is (71,25,141). Sum of RGB (Red+Green+Blue) = 71+25+141=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #47198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47198D is #B8E672. Grayscale: #333333. Windows color (decimal): -12117619 or 9247047. OLE color: 9247047.

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

Color convert

RGB 71 25 141 -
CMYK 0.50 0.82 0 0.45
HSL 263.79º 0.7% 0.33% -
HSV(B) 263.79º 0.82% 0.55% -
XYZ 7.75 3.96 25.55 -
YUV 51.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 71 25 141 0.50 0.82 0 0.45 263.79 0.7 0.33
Hex 47 19 8D 32 52 0 2D 108 46 21
Octal 107 31 215 62 122 0 55 410 106 41
Binary 1000111 11001 10001101 110010 1010010 0 101101 100001000 1000110 100001

Color Harmonies of #47198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47198D

Black with #47198D

Text Example


Text Example

White with #47198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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