Html Css Color HEX #47187F Windsor

📋 copy color: '#47187F'

red 71 ◦ green 24 ◦ blue 127

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

Shades of Windsor #47187F

Tints of Windsor #47187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.81%

 BLUE value IS 127 (50% from 255) = 57.21%

R = 31.98%
G = 10.81%
B = 57.21%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47187F (or 0x47187F) is known color: Windsor. HEX triplet: 47, 18 and 7F. RGB value is (71,24,127). Sum of RGB (Red+Green+Blue) = 71+24+127=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #47187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47187F is #B8E780. Grayscale: #313131. Windows color (decimal): -12117889 or 8329287. OLE color: 8329287.

HSL color Cylindrical-coordinate representation of color #47187F: hue angle of 267.38º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #47187F is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 24 127 -
CMYK 0.44 0.81 0 0.50
HSL 267.38º 0.68% 0.3% -
HSV(B) 267.38º 0.81% 0.5% -
XYZ 6.76 3.53 20.4 -
YUV 49.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 71 24 127 0.44 0.81 0 0.50 267.38 0.68 0.3
Hex 47 18 7F 2C 51 0 32 10B 44 1E
Octal 107 30 177 54 121 0 62 413 104 36
Binary 1000111 11000 1111111 101100 1010001 0 110010 100001011 1000100 11110

Color Harmonies of #47187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47187F

Black with #47187F

Text Example


Text Example

White with #47187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47187F; }

 p { color: rgb(71,24,127); }

 H1.HeaderClassName
 {
   color: #47187F;
 }
 .AnyTagClassName
 {
   color: #47187F;
 }
</style>

background-color css

<style>
 a { background-color: #47187F; }

 a { background-color: rgb(71,24,127); }

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

border-color css

<style>
 span { border-color: #47187F; }

 span { border-color: rgb(71,24,127); }

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