Html Css Color HEX #3F2B6F Windsor

📋 copy color: '#3F2B6F'

red 63 ◦ green 43 ◦ blue 111

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

Shades of Windsor #3F2B6F

Tints of Windsor #3F2B6F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.82%

 BLUE value IS 111 (43.75% from 255) = 51.15%

R = 29.03%
G = 19.82%
B = 51.15%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F2B6F (or 0x3F2B6F) is known color: Windsor. HEX triplet: 3F, 2B and 6F. RGB value is (63,43,111). Sum of RGB (Red+Green+Blue) = 63+43+111=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F2B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2B6F is #C0D490. Grayscale: #383838. Windows color (decimal): -12637329 or 7285567. OLE color: 7285567.

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

Color convert

RGB 63 43 111 -
CMYK 0.43 0.61 0 0.56
HSL 257.65º 0.44% 0.3% -
HSV(B) 257.65º 0.61% 0.44% -
XYZ 5.78 3.93 15.49 -
YUV 56.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 63 43 111 0.43 0.61 0 0.56 257.65 0.44 0.3
Hex 3F 2B 6F 2B 3D 0 38 102 2C 1E
Octal 77 53 157 53 75 0 70 402 54 36
Binary 111111 101011 1101111 101011 111101 0 111000 100000010 101100 11110

Color Harmonies of #3F2B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2B6F

Black with #3F2B6F

Text Example


Text Example

White with #3F2B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,43,111); }

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

background-color css

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

 a { background-color: rgb(63,43,111); }

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

border-color css

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

 span { border-color: rgb(63,43,111); }

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