Html Css Color HEX #3F2879 Windsor

📋 copy color: '#3F2879'

red 63 ◦ green 40 ◦ blue 121

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

Shades of Windsor #3F2879

Tints of Windsor #3F2879

RGB

 RED value IS 63 (25% from 255) = 28.13%

 GREEN value IS 40 (16.02% from 255) = 17.86%

 BLUE value IS 121 (47.66% from 255) = 54.02%

R = 28.13%
G = 17.86%
B = 54.02%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F2879 (or 0x3F2879) is known color: Windsor. HEX triplet: 3F, 28 and 79. RGB value is (63,40,121). Sum of RGB (Red+Green+Blue) = 63+40+121=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F2879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2879 is #C0D786. Grayscale: #373737. Windows color (decimal): -12638087 or 7940159. OLE color: 7940159.

HSL color Cylindrical-coordinate representation of color #3F2879: hue angle of 257.04º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F2879 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 40 121 -
CMYK 0.48 0.67 0 0.53
HSL 257.04º 0.5% 0.32% -
HSV(B) 257.04º 0.67% 0.47% -
XYZ 6.26 3.95 18.52 -
YUV 56.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 63 40 121 0.48 0.67 0 0.53 257.04 0.5 0.32
Hex 3F 28 79 30 43 0 35 101 32 20
Octal 77 50 171 60 103 0 65 401 62 40
Binary 111111 101000 1111001 110000 1000011 0 110101 100000001 110010 100000

Color Harmonies of #3F2879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2879

Black with #3F2879

Text Example


Text Example

White with #3F2879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F2879; }

 p { color: rgb(63,40,121); }

 H1.HeaderClassName
 {
   color: #3F2879;
 }
 .AnyTagClassName
 {
   color: #3F2879;
 }
</style>

background-color css

<style>
 a { background-color: #3F2879; }

 a { background-color: rgb(63,40,121); }

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

border-color css

<style>
 span { border-color: #3F2879; }

 span { border-color: rgb(63,40,121); }

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