Html Css Color HEX #4C247F Windsor

📋 copy color: '#4C247F'

red 76 ◦ green 36 ◦ blue 127

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

Shades of Windsor #4C247F

Tints of Windsor #4C247F

RGB

 RED value IS 76 (30.08% from 255) = 31.8%

 GREEN value IS 36 (14.45% from 255) = 15.06%

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

R = 31.8%
G = 15.06%
B = 53.14%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C247F (or 0x4C247F) is known color: Windsor. HEX triplet: 4C, 24 and 7F. RGB value is (76,36,127). Sum of RGB (Red+Green+Blue) = 76+36+127=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C247F is #B3DB80. Grayscale: #3A3A3A. Windows color (decimal): -11787137 or 8332364. OLE color: 8332364.

HSL color Cylindrical-coordinate representation of color #4C247F: hue angle of 266.37º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C247F is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 36 127 -
CMYK 0.40 0.72 0 0.50
HSL 266.37º 0.56% 0.32% -
HSV(B) 266.37º 0.72% 0.5% -
XYZ 7.44 4.33 20.52 -
YUV 58.33 166.75 140.6 -
System Red Green Blue C M Y K H S L
Decimal 76 36 127 0.40 0.72 0 0.50 266.37 0.56 0.32
Hex 4C 24 7F 28 48 0 32 10A 38 20
Octal 114 44 177 50 110 0 62 412 70 40
Binary 1001100 100100 1111111 101000 1001000 0 110010 100001010 111000 100000

Color Harmonies of #4C247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C247F

Black with #4C247F

Text Example


Text Example

White with #4C247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,36,127); }

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

background-color css

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

 a { background-color: rgb(76,36,127); }

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

border-color css

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

 span { border-color: rgb(76,36,127); }

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