#48227A

Color #48227A Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #48227A

Tints of Windsor #48227A

Color information

#48227A (or 0x48227A) is unknown color: approx Windsor. HEX triplet: 48, 22 and 7A. RGB value is (72,34,122). Sum of RGB (Red+Green+Blue) = 72+34+122=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #48227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48227A is #B7DD85. Grayscale: #373737. Windows color (decimal): -12049798 or 8004168. OLE color: 8004168.

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

Color convert

RGB7234122-
CMYK0.410.7200.52
HSL265.91º56.41%30.59%-
HSV(B)265.91º72.13%47.84%-
XYZ6.763.9318.81-
YUV55.39165.59139.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 122 (48.05% from 255) = 53.51%
R=31.58%
G=14.91%
B=53.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72341220.410.7200.52265.9156.4130.59
Hex48227A294803410a381f
Octal11042172511100644127037
Binary100100010001011110101010011001000011010010000101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,34,122); }

 H1.HeaderClassName
 {
   color: #48227A;
 }
 .AnyTagClassName
 {
   color: #48227A;
 }
</style>
background-color css

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

 a { background-color: rgb(72,34,122); }

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

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

 span { border-color: rgb(72,34,122); }

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