Html Css Color HEX #48208D Windsor

📋 copy color: '#48208D'

red 72 ◦ green 32 ◦ blue 141

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

Shades of Windsor #48208D

Tints of Windsor #48208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.06%

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

R = 29.39%
G = 13.06%
B = 57.55%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48208D (or 0x48208D) is known color: Windsor. HEX triplet: 48, 20 and 8D. RGB value is (72,32,141). Sum of RGB (Red+Green+Blue) = 72+32+141=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #48208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48208D is #B7DF72. Grayscale: #373737. Windows color (decimal): -12050291 or 9248840. OLE color: 9248840.

HSL color Cylindrical-coordinate representation of color #48208D: hue angle of 262.02º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48208D is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 32 141 -
CMYK 0.49 0.77 0 0.45
HSL 262.02º 0.63% 0.34% -
HSV(B) 262.02º 0.77% 0.55% -
XYZ 8 4.33 25.61 -
YUV 56.39 175.75 139.14 -
System Red Green Blue C M Y K H S L
Decimal 72 32 141 0.49 0.77 0 0.45 262.02 0.63 0.34
Hex 48 20 8D 31 4D 0 2D 106 3F 22
Octal 110 40 215 61 115 0 55 406 77 42
Binary 1001000 100000 10001101 110001 1001101 0 101101 100000110 111111 100010

Color Harmonies of #48208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48208D

Black with #48208D

Text Example


Text Example

White with #48208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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