Html Css Color HEX #48227F Windsor

📋 copy color: '#48227F'

red 72 ◦ green 34 ◦ blue 127

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

Shades of Windsor #48227F

Tints of Windsor #48227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

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

R = 30.9%
G = 14.59%
B = 54.51%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48227F (or 0x48227F) is known color: Windsor. HEX triplet: 48, 22 and 7F. RGB value is (72,34,127). Sum of RGB (Red+Green+Blue) = 72+34+127=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #48227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48227F is #B7DD80. Grayscale: #373737. Windows color (decimal): -12049793 or 8331848. OLE color: 8331848.

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

Color convert

RGB 72 34 127 -
CMYK 0.43 0.73 0 0.50
HSL 264.52º 0.58% 0.32% -
HSV(B) 264.52º 0.73% 0.5% -
XYZ 7.08 4.05 20.49 -
YUV 55.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 72 34 127 0.43 0.73 0 0.50 264.52 0.58 0.32
Hex 48 22 7F 2B 49 0 32 109 3A 20
Octal 110 42 177 53 111 0 62 411 72 40
Binary 1001000 100010 1111111 101011 1001001 0 110010 100001001 111010 100000

Color Harmonies of #48227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48227F

Black with #48227F

Text Example


Text Example

White with #48227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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