Html Css Color HEX #48217C Windsor

📋 copy color: '#48217C'

red 72 ◦ green 33 ◦ blue 124

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

Shades of Windsor #48217C

Tints of Windsor #48217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.41%

 BLUE value IS 124 (48.83% from 255) = 54.15%

R = 31.44%
G = 14.41%
B = 54.15%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48217C (or 0x48217C) is known color: Windsor. HEX triplet: 48, 21 and 7C. RGB value is (72,33,124). Sum of RGB (Red+Green+Blue) = 72+33+124=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #48217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48217C is #B7DE83. Grayscale: #363636. Windows color (decimal): -12050052 or 8134984. OLE color: 8134984.

HSL color Cylindrical-coordinate representation of color #48217C: hue angle of 265.71º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48217C is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 33 124 -
CMYK 0.42 0.73 0 0.51
HSL 265.71º 0.58% 0.31% -
HSV(B) 265.71º 0.73% 0.49% -
XYZ 6.85 3.92 19.46 -
YUV 55.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 72 33 124 0.42 0.73 0 0.51 265.71 0.58 0.31
Hex 48 21 7C 2A 49 0 33 10A 3A 1F
Octal 110 41 174 52 111 0 63 412 72 37
Binary 1001000 100001 1111100 101010 1001001 0 110011 100001010 111010 11111

Color Harmonies of #48217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48217C

Black with #48217C

Text Example


Text Example

White with #48217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48217C; }

 p { color: rgb(72,33,124); }

 H1.HeaderClassName
 {
   color: #48217C;
 }
 .AnyTagClassName
 {
   color: #48217C;
 }
</style>

background-color css

<style>
 a { background-color: #48217C; }

 a { background-color: rgb(72,33,124); }

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

border-color css

<style>
 span { border-color: #48217C; }

 span { border-color: rgb(72,33,124); }

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