Html Css Color HEX #47278B Windsor

📋 copy color: '#47278B'

red 71 ◦ green 39 ◦ blue 139

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

Shades of Windsor #47278B

Tints of Windsor #47278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.82%

R = 28.51%
G = 15.66%
B = 55.82%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47278B (or 0x47278B) is known color: Windsor. HEX triplet: 47, 27 and 8B. RGB value is (71,39,139). Sum of RGB (Red+Green+Blue) = 71+39+139=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #47278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47278B is #B8D874. Grayscale: #3B3B3B. Windows color (decimal): -12114037 or 9119559. OLE color: 9119559.

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

Color convert

RGB 71 39 139 -
CMYK 0.49 0.72 0 0.45
HSL 259.2º 0.56% 0.35% -
HSV(B) 259.2º 0.72% 0.55% -
XYZ 7.98 4.65 24.9 -
YUV 59.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 71 39 139 0.49 0.72 0 0.45 259.2 0.56 0.35
Hex 47 27 8B 31 48 0 2D 103 38 23
Octal 107 47 213 61 110 0 55 403 70 43
Binary 1000111 100111 10001011 110001 1001000 0 101101 100000011 111000 100011

Color Harmonies of #47278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47278B

Black with #47278B

Text Example


Text Example

White with #47278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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