Html Css Color HEX #48248A Windsor

📋 copy color: '#48248A'

red 72 ◦ green 36 ◦ blue 138

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

Shades of Windsor #48248A

Tints of Windsor #48248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

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

R = 29.27%
G = 14.63%
B = 56.1%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#48248A (or 0x48248A) is known color: Windsor. HEX triplet: 48, 24 and 8A. RGB value is (72,36,138). Sum of RGB (Red+Green+Blue) = 72+36+138=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #48248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48248A is #B7DB75. Grayscale: #3A3A3A. Windows color (decimal): -12049270 or 9053256. OLE color: 9053256.

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

Color convert

RGB 72 36 138 -
CMYK 0.48 0.74 0 0.46
HSL 261.18º 0.59% 0.34% -
HSV(B) 261.18º 0.74% 0.54% -
XYZ 7.89 4.47 24.49 -
YUV 58.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 72 36 138 0.48 0.74 0 0.46 261.18 0.59 0.34
Hex 48 24 8A 30 4A 0 2E 105 3B 22
Octal 110 44 212 60 112 0 56 405 73 42
Binary 1001000 100100 10001010 110000 1001010 0 101110 100000101 111011 100010

Color Harmonies of #48248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48248A

Black with #48248A

Text Example


Text Example

White with #48248A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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