Html Css Color HEX #3F2671 Windsor

📋 copy color: '#3F2671'

red 63 ◦ green 38 ◦ blue 113

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

Shades of Windsor #3F2671

Tints of Windsor #3F2671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.76%

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

R = 29.44%
G = 17.76%
B = 52.8%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F2671 (or 0x3F2671) is known color: Windsor. HEX triplet: 3F, 26 and 71. RGB value is (63,38,113). Sum of RGB (Red+Green+Blue) = 63+38+113=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F2671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2671 is #C0D98E. Grayscale: #353535. Windows color (decimal): -12638607 or 7415359. OLE color: 7415359.

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

Color convert

RGB 63 38 113 -
CMYK 0.44 0.66 0 0.56
HSL 260º 0.5% 0.3% -
HSV(B) 260º 0.66% 0.44% -
XYZ 5.72 3.64 16.02 -
YUV 54.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 63 38 113 0.44 0.66 0 0.56 260 0.5 0.3
Hex 3F 26 71 2C 42 0 38 104 32 1E
Octal 77 46 161 54 102 0 70 404 62 36
Binary 111111 100110 1110001 101100 1000010 0 111000 100000100 110010 11110

Color Harmonies of #3F2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2671

Black with #3F2671

Text Example


Text Example

White with #3F2671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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