Html Css Color HEX #3F2271 Windsor

📋 copy color: '#3F2271'

red 63 ◦ green 34 ◦ blue 113

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

Shades of Windsor #3F2271

Tints of Windsor #3F2271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

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

R = 30%
G = 16.19%
B = 53.81%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F2271 (or 0x3F2271) is known color: Windsor. HEX triplet: 3F, 22 and 71. RGB value is (63,34,113). Sum of RGB (Red+Green+Blue) = 63+34+113=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F2271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2271 is #C0DD8E. Grayscale: #333333. Windows color (decimal): -12639631 or 7414335. OLE color: 7414335.

HSL color Cylindrical-coordinate representation of color #3F2271: hue angle of 262.03º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F2271 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 34 113 -
CMYK 0.44 0.70 0 0.56
HSL 262.03º 0.54% 0.29% -
HSV(B) 262.03º 0.7% 0.44% -
XYZ 5.6 3.39 15.98 -
YUV 51.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 63 34 113 0.44 0.70 0 0.56 262.03 0.54 0.29
Hex 3F 22 71 2C 46 0 38 106 36 1D
Octal 77 42 161 54 106 0 70 406 66 35
Binary 111111 100010 1110001 101100 1000110 0 111000 100000110 110110 11101

Color Harmonies of #3F2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2271

Black with #3F2271

Text Example


Text Example

White with #3F2271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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