Html Css Color HEX #48288C Windsor

📋 copy color: '#48288C'

red 72 ◦ green 40 ◦ blue 140

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

Shades of Windsor #48288C

Tints of Windsor #48288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.56%

R = 28.57%
G = 15.87%
B = 55.56%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48288C (or 0x48288C) is known color: Windsor. HEX triplet: 48, 28 and 8C. RGB value is (72,40,140). Sum of RGB (Red+Green+Blue) = 72+40+140=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #48288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48288C is #B7D773. Grayscale: #3C3C3C. Windows color (decimal): -12048244 or 9185352. OLE color: 9185352.

HSL color Cylindrical-coordinate representation of color #48288C: 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.71%. Process color model (Four color, CMYK) of #48288C is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 40 140 -
CMYK 0.49 0.71 0 0.45
HSL 259.2º 0.56% 0.35% -
HSV(B) 259.2º 0.71% 0.55% -
XYZ 8.16 4.79 25.3 -
YUV 60.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 72 40 140 0.49 0.71 0 0.45 259.2 0.56 0.35
Hex 48 28 8C 31 47 0 2D 103 38 23
Octal 110 50 214 61 107 0 55 403 70 43
Binary 1001000 101000 10001100 110001 1000111 0 101101 100000011 111000 100011

Color Harmonies of #48288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48288C

Black with #48288C

Text Example


Text Example

White with #48288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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