Html Css Color HEX #3F2C72 Windsor

📋 copy color: '#3F2C72'

red 63 ◦ green 44 ◦ blue 114

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

Shades of Windsor #3F2C72

Tints of Windsor #3F2C72

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.91%

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

R = 28.51%
G = 19.91%
B = 51.58%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2C72 (or 0x3F2C72) is known color: Windsor. HEX triplet: 3F, 2C and 72. RGB value is (63,44,114). Sum of RGB (Red+Green+Blue) = 63+44+114=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F2C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2C72 is #C0D38D. Grayscale: #393939. Windows color (decimal): -12637070 or 7482431. OLE color: 7482431.

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

Color convert

RGB 63 44 114 -
CMYK 0.45 0.61 0 0.55
HSL 256.29º 0.44% 0.31% -
HSV(B) 256.29º 0.61% 0.45% -
XYZ 5.99 4.07 16.39 -
YUV 57.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 63 44 114 0.45 0.61 0 0.55 256.29 0.44 0.31
Hex 3F 2C 72 2D 3D 0 37 100 2C 1F
Octal 77 54 162 55 75 0 67 400 54 37
Binary 111111 101100 1110010 101101 111101 0 110111 100000000 101100 11111

Color Harmonies of #3F2C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2C72

Black with #3F2C72

Text Example


Text Example

White with #3F2C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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