Html Css Color HEX #47287D Windsor

📋 copy color: '#47287D'

red 71 ◦ green 40 ◦ blue 125

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

Shades of Windsor #47287D

Tints of Windsor #47287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

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

R = 30.08%
G = 16.95%
B = 52.97%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47287D (or 0x47287D) is known color: Windsor. HEX triplet: 47, 28 and 7D. RGB value is (71,40,125). Sum of RGB (Red+Green+Blue) = 71+40+125=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #47287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47287D is #B8D782. Grayscale: #3A3A3A. Windows color (decimal): -12113795 or 8202311. OLE color: 8202311.

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

Color convert

RGB 71 40 125 -
CMYK 0.43 0.68 0 0.51
HSL 261.88º 0.52% 0.32% -
HSV(B) 261.88º 0.68% 0.49% -
XYZ 7.06 4.34 19.87 -
YUV 58.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 71 40 125 0.43 0.68 0 0.51 261.88 0.52 0.32
Hex 47 28 7D 2B 44 0 33 106 34 20
Octal 107 50 175 53 104 0 63 406 64 40
Binary 1000111 101000 1111101 101011 1000100 0 110011 100000110 110100 100000

Color Harmonies of #47287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47287D

Black with #47287D

Text Example


Text Example

White with #47287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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