Html Css Color HEX #47198B Windsor

📋 copy color: '#47198B'

red 71 ◦ green 25 ◦ blue 139

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

Shades of Windsor #47198B

Tints of Windsor #47198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.15%

R = 30.21%
G = 10.64%
B = 59.15%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47198B (or 0x47198B) is known color: Windsor. HEX triplet: 47, 19 and 8B. RGB value is (71,25,139). Sum of RGB (Red+Green+Blue) = 71+25+139=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #47198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47198B is #B8E674. Grayscale: #333333. Windows color (decimal): -12117621 or 9115975. OLE color: 9115975.

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

Color convert

RGB 71 25 139 -
CMYK 0.49 0.82 0 0.45
HSL 264.21º 0.7% 0.32% -
HSV(B) 264.21º 0.82% 0.55% -
XYZ 7.61 3.9 24.78 -
YUV 51.75 177.24 141.73 -
System Red Green Blue C M Y K H S L
Decimal 71 25 139 0.49 0.82 0 0.45 264.21 0.7 0.32
Hex 47 19 8B 31 52 0 2D 108 46 20
Octal 107 31 213 61 122 0 55 410 106 40
Binary 1000111 11001 10001011 110001 1010010 0 101101 100001000 1000110 100000

Color Harmonies of #47198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47198B

Black with #47198B

Text Example


Text Example

White with #47198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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