Html Css Color HEX #3F2B73 Windsor

📋 copy color: '#3F2B73'

red 63 ◦ green 43 ◦ blue 115

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

Shades of Windsor #3F2B73

Tints of Windsor #3F2B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 28.51%
G = 19.46%
B = 52.04%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2B73 (or 0x3F2B73) is known color: Windsor. HEX triplet: 3F, 2B and 73. RGB value is (63,43,115). Sum of RGB (Red+Green+Blue) = 63+43+115=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F2B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2B73 is #C0D48C. Grayscale: #383838. Windows color (decimal): -12637325 or 7547711. OLE color: 7547711.

HSL color Cylindrical-coordinate representation of color #3F2B73: hue angle of 256.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F2B73 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 43 115 -
CMYK 0.45 0.63 0 0.55
HSL 256.67º 0.46% 0.31% -
HSV(B) 256.67º 0.63% 0.45% -
XYZ 6.01 4.02 16.68 -
YUV 57.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 63 43 115 0.45 0.63 0 0.55 256.67 0.46 0.31
Hex 3F 2B 73 2D 3F 0 37 101 2E 1F
Octal 77 53 163 55 77 0 67 401 56 37
Binary 111111 101011 1110011 101101 111111 0 110111 100000001 101110 11111

Color Harmonies of #3F2B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2B73

Black with #3F2B73

Text Example


Text Example

White with #3F2B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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