#48258E

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

Shades of Windsor #48258E

Tints of Windsor #48258E

Color information

#48258E (or 0x48258E) is unknown color: approx Windsor. HEX triplet: 48, 25 and 8E. RGB value is (72,37,142). Sum of RGB (Red+Green+Blue) = 72+37+142=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #48258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48258E is #B7DA71. Grayscale: #3B3B3B. Windows color (decimal): -12049010 or 9315656. OLE color: 9315656.

HSL color Cylindrical-coordinate representation of color #48258E: hue angle of 260º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48258E is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7237142-
CMYK0.490.7400.44
HSL260º58.66%35.1%-
HSV(B)260º73.94%55.69%-
XYZ8.224.6526.06-
YUV59.44174.6136.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 142 (55.86% from 255) = 56.57%
R=28.69%
G=14.74%
B=56.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72371420.490.7400.4426058.6635.1
Hex48258E314A02C1043b23
Octal11045216611120544047343
Binary10010001001011000111011000110010100101100100000100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48258E; }

 p { color: rgb(72,37,142); }

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

<style>
 a { background-color: #48258E; }

 a { background-color: rgb(72,37,142); }

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

<style>
 span { border-color: #48258E; }

 span { border-color: rgb(72,37,142); }

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