Html Css Color HEX #4A217C Windsor

📋 copy color: '#4A217C'

red 74 ◦ green 33 ◦ blue 124

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

Shades of Windsor #4A217C

Tints of Windsor #4A217C

RGB

 RED value IS 74 (29.3% from 255) = 32.03%

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

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

R = 32.03%
G = 14.29%
B = 53.68%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A217C (or 0x4A217C) is known color: Windsor. HEX triplet: 4A, 21 and 7C. RGB value is (74,33,124). Sum of RGB (Red+Green+Blue) = 74+33+124=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A217C is #B5DE83. Grayscale: #373737. Windows color (decimal): -11918980 or 8134986. OLE color: 8134986.

HSL color Cylindrical-coordinate representation of color #4A217C: hue angle of 267.03º 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 #4A217C is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 33 124 -
CMYK 0.40 0.73 0 0.51
HSL 267.03º 0.58% 0.31% -
HSV(B) 267.03º 0.73% 0.49% -
XYZ 7.01 4 19.47 -
YUV 55.63 166.58 141.1 -
System Red Green Blue C M Y K H S L
Decimal 74 33 124 0.40 0.73 0 0.51 267.03 0.58 0.31
Hex 4A 21 7C 28 49 0 33 10B 3A 1F
Octal 112 41 174 50 111 0 63 413 72 37
Binary 1001010 100001 1111100 101000 1001001 0 110011 100001011 111010 11111

Color Harmonies of #4A217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A217C

Black with #4A217C

Text Example


Text Example

White with #4A217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A217C; }

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

 H1.HeaderClassName
 {
   color: #4A217C;
 }
 .AnyTagClassName
 {
   color: #4A217C;
 }
</style>

background-color css

<style>
 a { background-color: #4A217C; }

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

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

border-color css

<style>
 span { border-color: #4A217C; }

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

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