Html Css Color HEX #47187D Windsor

📋 copy color: '#47187D'

red 71 ◦ green 24 ◦ blue 125

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

Shades of Windsor #47187D

Tints of Windsor #47187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.82%

R = 32.27%
G = 10.91%
B = 56.82%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47187D (or 0x47187D) is known color: Windsor. HEX triplet: 47, 18 and 7D. RGB value is (71,24,125). Sum of RGB (Red+Green+Blue) = 71+24+125=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #47187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47187D is #B8E782. Grayscale: #313131. Windows color (decimal): -12117891 or 8198215. OLE color: 8198215.

HSL color Cylindrical-coordinate representation of color #47187D: hue angle of 267.92º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #47187D is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 24 125 -
CMYK 0.43 0.81 0 0.51
HSL 267.92º 0.68% 0.29% -
HSV(B) 267.92º 0.81% 0.49% -
XYZ 6.63 3.47 19.72 -
YUV 49.57 170.57 143.29 -
System Red Green Blue C M Y K H S L
Decimal 71 24 125 0.43 0.81 0 0.51 267.92 0.68 0.29
Hex 47 18 7D 2B 51 0 33 10C 44 1D
Octal 107 30 175 53 121 0 63 414 104 35
Binary 1000111 11000 1111101 101011 1010001 0 110011 100001100 1000100 11101

Color Harmonies of #47187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47187D

Black with #47187D

Text Example


Text Example

White with #47187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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