Html Css Color HEX #3F2176 Windsor

📋 copy color: '#3F2176'

red 63 ◦ green 33 ◦ blue 118

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

Shades of Windsor #3F2176

Tints of Windsor #3F2176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

 BLUE value IS 118 (46.48% from 255) = 55.14%

R = 29.44%
G = 15.42%
B = 55.14%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F2176 (or 0x3F2176) is known color: Windsor. HEX triplet: 3F, 21 and 76. RGB value is (63,33,118). Sum of RGB (Red+Green+Blue) = 63+33+118=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F2176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2176 is #C0DE89. Grayscale: #333333. Windows color (decimal): -12639882 or 7741759. OLE color: 7741759.

HSL color Cylindrical-coordinate representation of color #3F2176: hue angle of 261.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F2176 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 33 118 -
CMYK 0.47 0.72 0 0.54
HSL 261.18º 0.56% 0.3% -
HSV(B) 261.18º 0.72% 0.46% -
XYZ 5.86 3.45 17.5 -
YUV 51.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 63 33 118 0.47 0.72 0 0.54 261.18 0.56 0.3
Hex 3F 21 76 2F 48 0 36 105 38 1E
Octal 77 41 166 57 110 0 66 405 70 36
Binary 111111 100001 1110110 101111 1001000 0 110110 100000101 111000 11110

Color Harmonies of #3F2176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2176

Black with #3F2176

Text Example


Text Example

White with #3F2176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,33,118); }

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

background-color css

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

 a { background-color: rgb(63,33,118); }

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

border-color css

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

 span { border-color: rgb(63,33,118); }

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