Html Css Color HEX #3F3179 Windsor

📋 copy color: '#3F3179'

red 63 ◦ green 49 ◦ blue 121

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

Shades of Windsor #3F3179

Tints of Windsor #3F3179

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

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

R = 27.04%
G = 21.03%
B = 51.93%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F3179 (or 0x3F3179) is known color: Windsor. HEX triplet: 3F, 31 and 79. RGB value is (63,49,121). Sum of RGB (Red+Green+Blue) = 63+49+121=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F3179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3179 is #C0CE86. Grayscale: #3D3D3D. Windows color (decimal): -12635783 or 7942463. OLE color: 7942463.

HSL color Cylindrical-coordinate representation of color #3F3179: hue angle of 251.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F3179 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 49 121 -
CMYK 0.48 0.60 0 0.53
HSL 251.67º 0.42% 0.33% -
HSV(B) 251.67º 0.6% 0.47% -
XYZ 6.6 4.63 18.64 -
YUV 61.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 63 49 121 0.48 0.60 0 0.53 251.67 0.42 0.33
Hex 3F 31 79 30 3C 0 35 FC 2A 21
Octal 77 61 171 60 74 0 65 374 52 41
Binary 111111 110001 1111001 110000 111100 0 110101 11111100 101010 100001

Color Harmonies of #3F3179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3179

Black with #3F3179

Text Example


Text Example

White with #3F3179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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