Html Css Color HEX #48278A Windsor

📋 copy color: '#48278A'

red 72 ◦ green 39 ◦ blue 138

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

Shades of Windsor #48278A

Tints of Windsor #48278A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.42%

R = 28.92%
G = 15.66%
B = 55.42%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#48278A (or 0x48278A) is known color: Windsor. HEX triplet: 48, 27 and 8A. RGB value is (72,39,138). Sum of RGB (Red+Green+Blue) = 72+39+138=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #48278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48278A is #B7D875. Grayscale: #3B3B3B. Windows color (decimal): -12048502 or 9054024. OLE color: 9054024.

HSL color Cylindrical-coordinate representation of color #48278A: hue angle of 260º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48278A is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 39 138 -
CMYK 0.48 0.72 0 0.46
HSL 260º 0.56% 0.35% -
HSV(B) 260º 0.72% 0.54% -
XYZ 7.99 4.66 24.52 -
YUV 60.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 72 39 138 0.48 0.72 0 0.46 260 0.56 0.35
Hex 48 27 8A 30 48 0 2E 104 38 23
Octal 110 47 212 60 110 0 56 404 70 43
Binary 1001000 100111 10001010 110000 1001000 0 101110 100000100 111000 100011

Color Harmonies of #48278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48278A

Black with #48278A

Text Example


Text Example

White with #48278A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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