Html Css Color HEX #47268D Windsor

📋 copy color: '#47268D'

red 71 ◦ green 38 ◦ blue 141

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

Shades of Windsor #47268D

Tints of Windsor #47268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.2%

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 28.4%
G = 15.2%
B = 56.4%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47268D (or 0x47268D) is known color: Windsor. HEX triplet: 47, 26 and 8D. RGB value is (71,38,141). Sum of RGB (Red+Green+Blue) = 71+38+141=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #47268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47268D is #B8D972. Grayscale: #3B3B3B. Windows color (decimal): -12114291 or 9250375. OLE color: 9250375.

HSL color Cylindrical-coordinate representation of color #47268D: hue angle of 259.22º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47268D is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 38 141 -
CMYK 0.50 0.73 0 0.45
HSL 259.22º 0.58% 0.35% -
HSV(B) 259.22º 0.73% 0.55% -
XYZ 8.1 4.65 25.67 -
YUV 59.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 71 38 141 0.50 0.73 0 0.45 259.22 0.58 0.35
Hex 47 26 8D 32 49 0 2D 103 3A 23
Octal 107 46 215 62 111 0 55 403 72 43
Binary 1000111 100110 10001101 110010 1001001 0 101101 100000011 111010 100011

Color Harmonies of #47268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47268D

Black with #47268D

Text Example


Text Example

White with #47268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,38,141); }

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

background-color css

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

 a { background-color: rgb(71,38,141); }

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

border-color css

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

 span { border-color: rgb(71,38,141); }

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