Html Css Color HEX #3F2872 Windsor

📋 copy color: '#3F2872'

red 63 ◦ green 40 ◦ blue 114

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

Shades of Windsor #3F2872

Tints of Windsor #3F2872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 29.03%
G = 18.43%
B = 52.53%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2872 (or 0x3F2872) is known color: Windsor. HEX triplet: 3F, 28 and 72. RGB value is (63,40,114). Sum of RGB (Red+Green+Blue) = 63+40+114=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F2872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2872 is #C0D78D. Grayscale: #373737. Windows color (decimal): -12638094 or 7481407. OLE color: 7481407.

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

Color convert

RGB 63 40 114 -
CMYK 0.45 0.65 0 0.55
HSL 258.65º 0.48% 0.3% -
HSV(B) 258.65º 0.65% 0.45% -
XYZ 5.85 3.79 16.34 -
YUV 55.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 63 40 114 0.45 0.65 0 0.55 258.65 0.48 0.3
Hex 3F 28 72 2D 41 0 37 103 30 1E
Octal 77 50 162 55 101 0 67 403 60 36
Binary 111111 101000 1110010 101101 1000001 0 110111 100000011 110000 11110

Color Harmonies of #3F2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2872

Black with #3F2872

Text Example


Text Example

White with #3F2872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,114); }

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

background-color css

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

 a { background-color: rgb(63,40,114); }

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

border-color css

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

 span { border-color: rgb(63,40,114); }

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