Html Css Color HEX #3F2076 Windsor

📋 copy color: '#3F2076'

red 63 ◦ green 32 ◦ blue 118

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

Shades of Windsor #3F2076

Tints of Windsor #3F2076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 29.58%
G = 15.02%
B = 55.4%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F2076 (or 0x3F2076) is known color: Windsor. HEX triplet: 3F, 20 and 76. RGB value is (63,32,118). Sum of RGB (Red+Green+Blue) = 63+32+118=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F2076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2076 is #C0DF89. Grayscale: #323232. Windows color (decimal): -12640138 or 7741503. OLE color: 7741503.

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

Color convert

RGB 63 32 118 -
CMYK 0.47 0.73 0 0.54
HSL 261.63º 0.57% 0.29% -
HSV(B) 261.63º 0.73% 0.46% -
XYZ 5.84 3.4 17.49 -
YUV 51.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 63 32 118 0.47 0.73 0 0.54 261.63 0.57 0.29
Hex 3F 20 76 2F 49 0 36 106 39 1D
Octal 77 40 166 57 111 0 66 406 71 35
Binary 111111 100000 1110110 101111 1001001 0 110110 100000110 111001 11101

Color Harmonies of #3F2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2076

Black with #3F2076

Text Example


Text Example

White with #3F2076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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