Html Css Color HEX #48248F Windsor

📋 copy color: '#48248F'

red 72 ◦ green 36 ◦ blue 143

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

Shades of Windsor #48248F

Tints of Windsor #48248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.97%

R = 28.69%
G = 14.34%
B = 56.97%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48248F (or 0x48248F) is known color: Windsor. HEX triplet: 48, 24 and 8F. RGB value is (72,36,143). Sum of RGB (Red+Green+Blue) = 72+36+143=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #48248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48248F is #B7DB70. Grayscale: #3A3A3A. Windows color (decimal): -12049265 or 9380936. OLE color: 9380936.

HSL color Cylindrical-coordinate representation of color #48248F: hue angle of 260.19º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48248F is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 36 143 -
CMYK 0.50 0.75 0 0.44
HSL 260.19º 0.6% 0.35% -
HSV(B) 260.19º 0.75% 0.56% -
XYZ 8.26 4.62 26.44 -
YUV 58.96 175.43 137.3 -
System Red Green Blue C M Y K H S L
Decimal 72 36 143 0.50 0.75 0 0.44 260.19 0.6 0.35
Hex 48 24 8F 32 4B 0 2C 104 3C 23
Octal 110 44 217 62 113 0 54 404 74 43
Binary 1001000 100100 10001111 110010 1001011 0 101100 100000100 111100 100011

Color Harmonies of #48248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48248F

Black with #48248F

Text Example


Text Example

White with #48248F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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