Html Css Color HEX #48228E Windsor

📋 copy color: '#48228E'

red 72 ◦ green 34 ◦ blue 142

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

Shades of Windsor #48228E

Tints of Windsor #48228E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 57.26%

R = 29.03%
G = 13.71%
B = 57.26%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48228E (or 0x48228E) is known color: Windsor. HEX triplet: 48, 22 and 8E. RGB value is (72,34,142). Sum of RGB (Red+Green+Blue) = 72+34+142=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #48228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48228E is #B7DD71. Grayscale: #393939. Windows color (decimal): -12049778 or 9314888. OLE color: 9314888.

HSL color Cylindrical-coordinate representation of color #48228E: hue angle of 261.11º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48228E is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 34 142 -
CMYK 0.49 0.76 0 0.44
HSL 261.11º 0.61% 0.35% -
HSV(B) 261.11º 0.76% 0.56% -
XYZ 8.13 4.47 26.03 -
YUV 57.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 72 34 142 0.49 0.76 0 0.44 261.11 0.61 0.35
Hex 48 22 8E 31 4C 0 2C 105 3D 23
Octal 110 42 216 61 114 0 54 405 75 43
Binary 1001000 100010 10001110 110001 1001100 0 101100 100000101 111101 100011

Color Harmonies of #48228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48228E

Black with #48228E

Text Example


Text Example

White with #48228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48228E; }

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

 H1.HeaderClassName
 {
   color: #48228E;
 }
 .AnyTagClassName
 {
   color: #48228E;
 }
</style>

background-color css

<style>
 a { background-color: #48228E; }

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

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

border-color css

<style>
 span { border-color: #48228E; }

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

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