Html Css Color HEX #48257F Windsor

📋 copy color: '#48257F'

red 72 ◦ green 37 ◦ blue 127

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

Shades of Windsor #48257F

Tints of Windsor #48257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 127 (50% from 255) = 53.81%

R = 30.51%
G = 15.68%
B = 53.81%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48257F (or 0x48257F) is known color: Windsor. HEX triplet: 48, 25 and 7F. RGB value is (72,37,127). Sum of RGB (Red+Green+Blue) = 72+37+127=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #48257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48257F is #B7DA80. Grayscale: #393939. Windows color (decimal): -12049025 or 8332616. OLE color: 8332616.

HSL color Cylindrical-coordinate representation of color #48257F: hue angle of 263.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48257F is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 37 127 -
CMYK 0.43 0.71 0 0.50
HSL 263.33º 0.55% 0.32% -
HSV(B) 263.33º 0.71% 0.5% -
XYZ 7.16 4.23 20.52 -
YUV 57.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 72 37 127 0.43 0.71 0 0.50 263.33 0.55 0.32
Hex 48 25 7F 2B 47 0 32 107 37 20
Octal 110 45 177 53 107 0 62 407 67 40
Binary 1001000 100101 1111111 101011 1000111 0 110010 100000111 110111 100000

Color Harmonies of #48257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48257F

Black with #48257F

Text Example


Text Example

White with #48257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,37,127); }

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

background-color css

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

 a { background-color: rgb(72,37,127); }

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

border-color css

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

 span { border-color: rgb(72,37,127); }

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