Html Css Color HEX #47237D Windsor

📋 copy color: '#47237D'

red 71 ◦ green 35 ◦ blue 125

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

Shades of Windsor #47237D

Tints of Windsor #47237D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

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

R = 30.74%
G = 15.15%
B = 54.11%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47237D (or 0x47237D) is known color: Windsor. HEX triplet: 47, 23 and 7D. RGB value is (71,35,125). Sum of RGB (Red+Green+Blue) = 71+35+125=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #47237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47237D is #B8DC82. Grayscale: #373737. Windows color (decimal): -12115075 or 8201031. OLE color: 8201031.

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

Color convert

RGB 71 35 125 -
CMYK 0.43 0.72 0 0.51
HSL 264º 0.56% 0.31% -
HSV(B) 264º 0.72% 0.49% -
XYZ 6.9 4.02 19.81 -
YUV 56.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 71 35 125 0.43 0.72 0 0.51 264 0.56 0.31
Hex 47 23 7D 2B 48 0 33 108 38 1F
Octal 107 43 175 53 110 0 63 410 70 37
Binary 1000111 100011 1111101 101011 1001000 0 110011 100001000 111000 11111

Color Harmonies of #47237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47237D

Black with #47237D

Text Example


Text Example

White with #47237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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