Html Css Color HEX #3F2973 Windsor

📋 copy color: '#3F2973'

red 63 ◦ green 41 ◦ blue 115

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

Shades of Windsor #3F2973

Tints of Windsor #3F2973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.72%

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

R = 28.77%
G = 18.72%
B = 52.51%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2973 (or 0x3F2973) is known color: Windsor. HEX triplet: 3F, 29 and 73. RGB value is (63,41,115). Sum of RGB (Red+Green+Blue) = 63+41+115=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F2973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2973 is #C0D68C. Grayscale: #373737. Windows color (decimal): -12637837 or 7547199. OLE color: 7547199.

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

Color convert

RGB 63 41 115 -
CMYK 0.45 0.64 0 0.55
HSL 257.84º 0.47% 0.31% -
HSV(B) 257.84º 0.64% 0.45% -
XYZ 5.94 3.88 16.66 -
YUV 56.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 63 41 115 0.45 0.64 0 0.55 257.84 0.47 0.31
Hex 3F 29 73 2D 40 0 37 102 2F 1F
Octal 77 51 163 55 100 0 67 402 57 37
Binary 111111 101001 1110011 101101 1000000 0 110111 100000010 101111 11111

Color Harmonies of #3F2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2973

Black with #3F2973

Text Example


Text Example

White with #3F2973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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