Html Css Color HEX #48288B Windsor

📋 copy color: '#48288B'

red 72 ◦ green 40 ◦ blue 139

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

Shades of Windsor #48288B

Tints of Windsor #48288B

RGB

 RED value IS 72 (28.52% from 255) = 28.69%

 GREEN value IS 40 (16.02% from 255) = 15.94%

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

R = 28.69%
G = 15.94%
B = 55.38%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48288B (or 0x48288B) is known color: Windsor. HEX triplet: 48, 28 and 8B. RGB value is (72,40,139). Sum of RGB (Red+Green+Blue) = 72+40+139=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #48288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48288B is #B7D774. Grayscale: #3C3C3C. Windows color (decimal): -12048245 or 9119816. OLE color: 9119816.

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

Color convert

RGB 72 40 139 -
CMYK 0.48 0.71 0 0.45
HSL 259.39º 0.55% 0.35% -
HSV(B) 259.39º 0.71% 0.55% -
XYZ 8.09 4.76 24.92 -
YUV 60.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 72 40 139 0.48 0.71 0 0.45 259.39 0.55 0.35
Hex 48 28 8B 30 47 0 2D 103 37 23
Octal 110 50 213 60 107 0 55 403 67 43
Binary 1001000 101000 10001011 110000 1000111 0 101101 100000011 110111 100011

Color Harmonies of #48288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48288B

Black with #48288B

Text Example


Text Example

White with #48288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,40,139); }

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

background-color css

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

 a { background-color: rgb(72,40,139); }

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

border-color css

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

 span { border-color: rgb(72,40,139); }

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