Html Css Color HEX #48187F Windsor

📋 copy color: '#48187F'

red 72 ◦ green 24 ◦ blue 127

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

Shades of Windsor #48187F

Tints of Windsor #48187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.76%

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

R = 32.29%
G = 10.76%
B = 56.95%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48187F (or 0x48187F) is known color: Windsor. HEX triplet: 48, 18 and 7F. RGB value is (72,24,127). Sum of RGB (Red+Green+Blue) = 72+24+127=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #48187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48187F is #B7E780. Grayscale: #313131. Windows color (decimal): -12052353 or 8329288. OLE color: 8329288.

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

Color convert

RGB 72 24 127 -
CMYK 0.43 0.81 0 0.50
HSL 267.96º 0.68% 0.3% -
HSV(B) 267.96º 0.81% 0.5% -
XYZ 6.83 3.56 20.41 -
YUV 50.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 72 24 127 0.43 0.81 0 0.50 267.96 0.68 0.3
Hex 48 18 7F 2B 51 0 32 10C 44 1E
Octal 110 30 177 53 121 0 62 414 104 36
Binary 1001000 11000 1111111 101011 1010001 0 110010 100001100 1000100 11110

Color Harmonies of #48187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48187F

Black with #48187F

Text Example


Text Example

White with #48187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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