Html Css Color HEX #3F2171 Windsor

📋 copy color: '#3F2171'

red 63 ◦ green 33 ◦ blue 113

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

Shades of Windsor #3F2171

Tints of Windsor #3F2171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.79%

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

R = 30.14%
G = 15.79%
B = 54.07%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F2171 (or 0x3F2171) is known color: Windsor. HEX triplet: 3F, 21 and 71. RGB value is (63,33,113). Sum of RGB (Red+Green+Blue) = 63+33+113=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F2171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2171 is #C0DE8E. Grayscale: #323232. Windows color (decimal): -12639887 or 7414079. OLE color: 7414079.

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

Color convert

RGB 63 33 113 -
CMYK 0.44 0.71 0 0.56
HSL 262.5º 0.55% 0.29% -
HSV(B) 262.5º 0.71% 0.44% -
XYZ 5.57 3.34 15.97 -
YUV 51.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 63 33 113 0.44 0.71 0 0.56 262.5 0.55 0.29
Hex 3F 21 71 2C 47 0 38 106 37 1D
Octal 77 41 161 54 107 0 70 406 67 35
Binary 111111 100001 1110001 101100 1000111 0 111000 100000110 110111 11101

Color Harmonies of #3F2171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2171

Black with #3F2171

Text Example


Text Example

White with #3F2171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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