Html Css Color HEX #47267A Windsor

📋 copy color: '#47267A'

red 71 ◦ green 38 ◦ blue 122

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

Shades of Windsor #47267A

Tints of Windsor #47267A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 52.81%

R = 30.74%
G = 16.45%
B = 52.81%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47267A (or 0x47267A) is known color: Windsor. HEX triplet: 47, 26 and 7A. RGB value is (71,38,122). Sum of RGB (Red+Green+Blue) = 71+38+122=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #47267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47267A is #B8D985. Grayscale: #393939. Windows color (decimal): -12114310 or 8005191. OLE color: 8005191.

HSL color Cylindrical-coordinate representation of color #47267A: hue angle of 263.57º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47267A is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 38 122 -
CMYK 0.42 0.69 0 0.52
HSL 263.57º 0.53% 0.31% -
HSV(B) 263.57º 0.69% 0.48% -
XYZ 6.8 4.13 18.85 -
YUV 57.44 164.43 137.67 -
System Red Green Blue C M Y K H S L
Decimal 71 38 122 0.42 0.69 0 0.52 263.57 0.53 0.31
Hex 47 26 7A 2A 45 0 34 108 34 1F
Octal 107 46 172 52 105 0 64 410 64 37
Binary 1000111 100110 1111010 101010 1000101 0 110100 100001000 110100 11111

Color Harmonies of #47267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47267A

Black with #47267A

Text Example


Text Example

White with #47267A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47267A; }

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

 H1.HeaderClassName
 {
   color: #47267A;
 }
 .AnyTagClassName
 {
   color: #47267A;
 }
</style>

background-color css

<style>
 a { background-color: #47267A; }

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

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

border-color css

<style>
 span { border-color: #47267A; }

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

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