Html Css Color HEX #47277B Windsor

📋 copy color: '#47277B'

red 71 ◦ green 39 ◦ blue 123

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

Shades of Windsor #47277B

Tints of Windsor #47277B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.74%

 BLUE value IS 123 (48.44% from 255) = 52.79%

R = 30.47%
G = 16.74%
B = 52.79%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47277B (or 0x47277B) is known color: Windsor. HEX triplet: 47, 27 and 7B. RGB value is (71,39,123). Sum of RGB (Red+Green+Blue) = 71+39+123=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #47277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47277B is #B8D884. Grayscale: #393939. Windows color (decimal): -12114053 or 8070983. OLE color: 8070983.

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

Color convert

RGB 71 39 123 -
CMYK 0.42 0.68 0 0.52
HSL 262.86º 0.52% 0.32% -
HSV(B) 262.86º 0.68% 0.48% -
XYZ 6.9 4.22 19.19 -
YUV 58.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 71 39 123 0.42 0.68 0 0.52 262.86 0.52 0.32
Hex 47 27 7B 2A 44 0 34 107 34 20
Octal 107 47 173 52 104 0 64 407 64 40
Binary 1000111 100111 1111011 101010 1000100 0 110100 100000111 110100 100000

Color Harmonies of #47277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47277B

Black with #47277B

Text Example


Text Example

White with #47277B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47277B; }

 p { color: rgb(71,39,123); }

 H1.HeaderClassName
 {
   color: #47277B;
 }
 .AnyTagClassName
 {
   color: #47277B;
 }
</style>

background-color css

<style>
 a { background-color: #47277B; }

 a { background-color: rgb(71,39,123); }

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

border-color css

<style>
 span { border-color: #47277B; }

 span { border-color: rgb(71,39,123); }

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