Html Css Color HEX #48307F Windsor

📋 copy color: '#48307F'

red 72 ◦ green 48 ◦ blue 127

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

Shades of Windsor #48307F

Tints of Windsor #48307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.43%

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

R = 29.15%
G = 19.43%
B = 51.42%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48307F (or 0x48307F) is known color: Windsor. HEX triplet: 48, 30 and 7F. RGB value is (72,48,127). Sum of RGB (Red+Green+Blue) = 72+48+127=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #48307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48307F is #B7CF80. Grayscale: #3F3F3F. Windows color (decimal): -12046209 or 8335432. OLE color: 8335432.

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

Color convert

RGB 72 48 127 -
CMYK 0.43 0.62 0 0.50
HSL 258.23º 0.45% 0.34% -
HSV(B) 258.23º 0.62% 0.5% -
XYZ 7.56 5.02 20.65 -
YUV 64.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 72 48 127 0.43 0.62 0 0.50 258.23 0.45 0.34
Hex 48 30 7F 2B 3E 0 32 102 2D 22
Octal 110 60 177 53 76 0 62 402 55 42
Binary 1001000 110000 1111111 101011 111110 0 110010 100000010 101101 100010

Color Harmonies of #48307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48307F

Black with #48307F

Text Example


Text Example

White with #48307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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