Html Css Color HEX #48278C Windsor

📋 copy color: '#48278C'

red 72 ◦ green 39 ◦ blue 140

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

Shades of Windsor #48278C

Tints of Windsor #48278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

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

R = 28.69%
G = 15.54%
B = 55.78%

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

#48278C (or 0x48278C) is known color: Windsor. HEX triplet: 48, 27 and 8C. RGB value is (72,39,140). Sum of RGB (Red+Green+Blue) = 72+39+140=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #48278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48278C is #B7D873. Grayscale: #3C3C3C. Windows color (decimal): -12048500 or 9185096. OLE color: 9185096.

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

Color convert

RGB 72 39 140 -
CMYK 0.49 0.72 0 0.45
HSL 259.6º 0.56% 0.35% -
HSV(B) 259.6º 0.72% 0.55% -
XYZ 8.13 4.72 25.29 -
YUV 60.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 72 39 140 0.49 0.72 0 0.45 259.6 0.56 0.35
Hex 48 27 8C 31 48 0 2D 104 38 23
Octal 110 47 214 61 110 0 55 404 70 43
Binary 1001000 100111 10001100 110001 1001000 0 101101 100000100 111000 100011

Color Harmonies of #48278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48278C

Black with #48278C

Text Example


Text Example

White with #48278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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