Html Css Color HEX #4F1E84 Windsor

📋 copy color: '#4F1E84'

red 79 ◦ green 30 ◦ blue 132

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

Shades of Windsor #4F1E84

Tints of Windsor #4F1E84

RGB

 RED value IS 79 (31.25% from 255) = 32.78%

 GREEN value IS 30 (12.11% from 255) = 12.45%

 BLUE value IS 132 (51.95% from 255) = 54.77%

R = 32.78%
G = 12.45%
B = 54.77%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F1E84 (or 0x4F1E84) is known color: Windsor. HEX triplet: 4F, 1E and 84. RGB value is (79,30,132). Sum of RGB (Red+Green+Blue) = 79+30+132=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F1E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F1E84 is #B0E17B. Grayscale: #373737. Windows color (decimal): -11592060 or 8658511. OLE color: 8658511.

HSL color Cylindrical-coordinate representation of color #4F1E84: hue angle of 268.82º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F1E84 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 30 132 -
CMYK 0.40 0.77 0 0.48
HSL 268.82º 0.63% 0.32% -
HSV(B) 268.82º 0.77% 0.52% -
XYZ 7.85 4.26 22.24 -
YUV 56.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 79 30 132 0.40 0.77 0 0.48 268.82 0.63 0.32
Hex 4F 1E 84 28 4D 0 30 10D 3F 20
Octal 117 36 204 50 115 0 60 415 77 40
Binary 1001111 11110 10000100 101000 1001101 0 110000 100001101 111111 100000

Color Harmonies of #4F1E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1E84

Black with #4F1E84

Text Example


Text Example

White with #4F1E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,30,132); }

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

background-color css

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

 a { background-color: rgb(79,30,132); }

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

border-color css

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

 span { border-color: rgb(79,30,132); }

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