Html Css Color HEX #48197F Windsor

📋 copy color: '#48197F'

red 72 ◦ green 25 ◦ blue 127

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

Shades of Windsor #48197F

Tints of Windsor #48197F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

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

R = 32.14%
G = 11.16%
B = 56.7%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48197F (or 0x48197F) is known color: Windsor. HEX triplet: 48, 19 and 7F. RGB value is (72,25,127). Sum of RGB (Red+Green+Blue) = 72+25+127=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #48197F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48197F is #B7E680. Grayscale: #323232. Windows color (decimal): -12052097 or 8329544. OLE color: 8329544.

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

Color convert

RGB 72 25 127 -
CMYK 0.43 0.80 0 0.50
HSL 267.65º 0.67% 0.3% -
HSV(B) 267.65º 0.8% 0.5% -
XYZ 6.85 3.61 20.41 -
YUV 50.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 72 25 127 0.43 0.80 0 0.50 267.65 0.67 0.3
Hex 48 19 7F 2B 50 0 32 10C 43 1E
Octal 110 31 177 53 120 0 62 414 103 36
Binary 1001000 11001 1111111 101011 1010000 0 110010 100001100 1000011 11110

Color Harmonies of #48197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48197F

Black with #48197F

Text Example


Text Example

White with #48197F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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