Html Css Color HEX #3F2971 Windsor

📋 copy color: '#3F2971'

red 63 ◦ green 41 ◦ blue 113

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

Shades of Windsor #3F2971

Tints of Windsor #3F2971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 29.03%
G = 18.89%
B = 52.07%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F2971 (or 0x3F2971) is known color: Windsor. HEX triplet: 3F, 29 and 71. RGB value is (63,41,113). Sum of RGB (Red+Green+Blue) = 63+41+113=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F2971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2971 is #C0D68E. Grayscale: #373737. Windows color (decimal): -12637839 or 7416127. OLE color: 7416127.

HSL color Cylindrical-coordinate representation of color #3F2971: hue angle of 258.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F2971 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 41 113 -
CMYK 0.44 0.64 0 0.56
HSL 258.33º 0.47% 0.3% -
HSV(B) 258.33º 0.64% 0.44% -
XYZ 5.82 3.83 16.06 -
YUV 55.79 160.29 133.15 -
System Red Green Blue C M Y K H S L
Decimal 63 41 113 0.44 0.64 0 0.56 258.33 0.47 0.3
Hex 3F 29 71 2C 40 0 38 102 2F 1E
Octal 77 51 161 54 100 0 70 402 57 36
Binary 111111 101001 1110001 101100 1000000 0 111000 100000010 101111 11110

Color Harmonies of #3F2971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2971

Black with #3F2971

Text Example


Text Example

White with #3F2971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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