Html Css Color HEX #48288D Windsor

📋 copy color: '#48288D'

red 72 ◦ green 40 ◦ blue 141

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

Shades of Windsor #48288D

Tints of Windsor #48288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.73%

R = 28.46%
G = 15.81%
B = 55.73%

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

#48288D (or 0x48288D) is known color: Windsor. HEX triplet: 48, 28 and 8D. RGB value is (72,40,141). Sum of RGB (Red+Green+Blue) = 72+40+141=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #48288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48288D is #B7D772. Grayscale: #3C3C3C. Windows color (decimal): -12048243 or 9250888. OLE color: 9250888.

HSL color Cylindrical-coordinate representation of color #48288D: hue angle of 259.01º 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 #48288D is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 40 141 -
CMYK 0.49 0.72 0 0.45
HSL 259.01º 0.56% 0.35% -
HSV(B) 259.01º 0.72% 0.55% -
XYZ 8.24 4.82 25.7 -
YUV 61.08 173.1 135.79 -
System Red Green Blue C M Y K H S L
Decimal 72 40 141 0.49 0.72 0 0.45 259.01 0.56 0.35
Hex 48 28 8D 31 48 0 2D 103 38 23
Octal 110 50 215 61 110 0 55 403 70 43
Binary 1001000 101000 10001101 110001 1001000 0 101101 100000011 111000 100011

Color Harmonies of #48288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48288D

Black with #48288D

Text Example


Text Example

White with #48288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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