Html Css Color HEX #48357F Windsor

📋 copy color: '#48357F'

red 72 ◦ green 53 ◦ blue 127

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

Shades of Windsor #48357F

Tints of Windsor #48357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

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

R = 28.57%
G = 21.03%
B = 50.4%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48357F (or 0x48357F) is known color: Windsor. HEX triplet: 48, 35 and 7F. RGB value is (72,53,127). Sum of RGB (Red+Green+Blue) = 72+53+127=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #48357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48357F is #B7CA80. Grayscale: #424242. Windows color (decimal): -12044929 or 8336712. OLE color: 8336712.

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

Color convert

RGB 72 53 127 -
CMYK 0.43 0.58 0 0.50
HSL 255.41º 0.41% 0.35% -
HSV(B) 255.41º 0.58% 0.5% -
XYZ 7.78 5.46 20.72 -
YUV 67.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 72 53 127 0.43 0.58 0 0.50 255.41 0.41 0.35
Hex 48 35 7F 2B 3A 0 32 FF 29 23
Octal 110 65 177 53 72 0 62 377 51 43
Binary 1001000 110101 1111111 101011 111010 0 110010 11111111 101001 100011

Color Harmonies of #48357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48357F

Black with #48357F

Text Example


Text Example

White with #48357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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