Html Css Color HEX #47198A Windsor

📋 copy color: '#47198A'

red 71 ◦ green 25 ◦ blue 138

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

Shades of Windsor #47198A

Tints of Windsor #47198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 58.97%

R = 30.34%
G = 10.68%
B = 58.97%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47198A (or 0x47198A) is known color: Windsor. HEX triplet: 47, 19 and 8A. RGB value is (71,25,138). Sum of RGB (Red+Green+Blue) = 71+25+138=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #47198A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47198A is #B8E675. Grayscale: #333333. Windows color (decimal): -12117622 or 9050439. OLE color: 9050439.

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

Color convert

RGB 71 25 138 -
CMYK 0.49 0.82 0 0.46
HSL 264.42º 0.69% 0.32% -
HSV(B) 264.42º 0.82% 0.54% -
XYZ 7.53 3.87 24.39 -
YUV 51.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 71 25 138 0.49 0.82 0 0.46 264.42 0.69 0.32
Hex 47 19 8A 31 52 0 2E 108 45 20
Octal 107 31 212 61 122 0 56 410 105 40
Binary 1000111 11001 10001010 110001 1010010 0 101110 100001000 1000101 100000

Color Harmonies of #47198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47198A

Black with #47198A

Text Example


Text Example

White with #47198A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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