Html Css Color HEX #3F2771 Windsor

📋 copy color: '#3F2771'

red 63 ◦ green 39 ◦ blue 113

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

Shades of Windsor #3F2771

Tints of Windsor #3F2771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.14%

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

R = 29.3%
G = 18.14%
B = 52.56%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F2771 (or 0x3F2771) is known color: Windsor. HEX triplet: 3F, 27 and 71. RGB value is (63,39,113). Sum of RGB (Red+Green+Blue) = 63+39+113=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F2771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2771 is #C0D88E. Grayscale: #363636. Windows color (decimal): -12638351 or 7415615. OLE color: 7415615.

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

Color convert

RGB 63 39 113 -
CMYK 0.44 0.65 0 0.56
HSL 259.46º 0.49% 0.3% -
HSV(B) 259.46º 0.65% 0.44% -
XYZ 5.76 3.7 16.03 -
YUV 54.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 63 39 113 0.44 0.65 0 0.56 259.46 0.49 0.3
Hex 3F 27 71 2C 41 0 38 103 31 1E
Octal 77 47 161 54 101 0 70 403 61 36
Binary 111111 100111 1110001 101100 1000001 0 111000 100000011 110001 11110

Color Harmonies of #3F2771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2771

Black with #3F2771

Text Example


Text Example

White with #3F2771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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