Html Css Color HEX #47278A Windsor

📋 copy color: '#47278A'

red 71 ◦ green 39 ◦ blue 138

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

Shades of Windsor #47278A

Tints of Windsor #47278A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.65%

R = 28.63%
G = 15.73%
B = 55.65%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47278A (or 0x47278A) is known color: Windsor. HEX triplet: 47, 27 and 8A. RGB value is (71,39,138). Sum of RGB (Red+Green+Blue) = 71+39+138=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #47278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47278A is #B8D875. Grayscale: #3B3B3B. Windows color (decimal): -12114038 or 9054023. OLE color: 9054023.

HSL color Cylindrical-coordinate representation of color #47278A: hue angle of 259.39º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47278A is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 39 138 -
CMYK 0.49 0.72 0 0.46
HSL 259.39º 0.56% 0.35% -
HSV(B) 259.39º 0.72% 0.54% -
XYZ 7.91 4.63 24.52 -
YUV 59.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 71 39 138 0.49 0.72 0 0.46 259.39 0.56 0.35
Hex 47 27 8A 31 48 0 2E 103 38 23
Octal 107 47 212 61 110 0 56 403 70 43
Binary 1000111 100111 10001010 110001 1001000 0 101110 100000011 111000 100011

Color Harmonies of #47278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47278A

Black with #47278A

Text Example


Text Example

White with #47278A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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