Html Css Color HEX #3F2979 Windsor

📋 copy color: '#3F2979'

red 63 ◦ green 41 ◦ blue 121

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

Shades of Windsor #3F2979

Tints of Windsor #3F2979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

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

R = 28%
G = 18.22%
B = 53.78%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F2979 (or 0x3F2979) is known color: Windsor. HEX triplet: 3F, 29 and 79. RGB value is (63,41,121). Sum of RGB (Red+Green+Blue) = 63+41+121=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F2979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2979 is #C0D686. Grayscale: #383838. Windows color (decimal): -12637831 or 7940415. OLE color: 7940415.

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

Color convert

RGB 63 41 121 -
CMYK 0.48 0.66 0 0.53
HSL 256.5º 0.49% 0.32% -
HSV(B) 256.5º 0.66% 0.47% -
XYZ 6.29 4.02 18.53 -
YUV 56.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 63 41 121 0.48 0.66 0 0.53 256.5 0.49 0.32
Hex 3F 29 79 30 42 0 35 100 31 20
Octal 77 51 171 60 102 0 65 400 61 40
Binary 111111 101001 1111001 110000 1000010 0 110101 100000000 110001 100000

Color Harmonies of #3F2979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2979

Black with #3F2979

Text Example


Text Example

White with #3F2979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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