Html Css Color HEX #48287F Windsor

📋 copy color: '#48287F'

red 72 ◦ green 40 ◦ blue 127

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

Shades of Windsor #48287F

Tints of Windsor #48287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

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

R = 30.13%
G = 16.74%
B = 53.14%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48287F (or 0x48287F) is known color: Windsor. HEX triplet: 48, 28 and 7F. RGB value is (72,40,127). Sum of RGB (Red+Green+Blue) = 72+40+127=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #48287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48287F is #B7D780. Grayscale: #3B3B3B. Windows color (decimal): -12048257 or 8333384. OLE color: 8333384.

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

Color convert

RGB 72 40 127 -
CMYK 0.43 0.69 0 0.50
HSL 262.07º 0.52% 0.33% -
HSV(B) 262.07º 0.69% 0.5% -
XYZ 7.26 4.43 20.55 -
YUV 59.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 72 40 127 0.43 0.69 0 0.50 262.07 0.52 0.33
Hex 48 28 7F 2B 45 0 32 106 34 21
Octal 110 50 177 53 105 0 62 406 64 41
Binary 1001000 101000 1111111 101011 1000101 0 110010 100000110 110100 100001

Color Harmonies of #48287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48287F

Black with #48287F

Text Example


Text Example

White with #48287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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