Html Css Color HEX #3F296F Windsor

📋 copy color: '#3F296F'

red 63 ◦ green 41 ◦ blue 111

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

Shades of Windsor #3F296F

Tints of Windsor #3F296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.63%

R = 29.3%
G = 19.07%
B = 51.63%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F296F (or 0x3F296F) is known color: Windsor. HEX triplet: 3F, 29 and 6F. RGB value is (63,41,111). Sum of RGB (Red+Green+Blue) = 63+41+111=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F296F is #C0D690. Grayscale: #373737. Windows color (decimal): -12637841 or 7285055. OLE color: 7285055.

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

Color convert

RGB 63 41 111 -
CMYK 0.43 0.63 0 0.56
HSL 258.86º 0.46% 0.3% -
HSV(B) 258.86º 0.63% 0.44% -
XYZ 5.71 3.79 15.47 -
YUV 55.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 63 41 111 0.43 0.63 0 0.56 258.86 0.46 0.3
Hex 3F 29 6F 2B 3F 0 38 103 2E 1E
Octal 77 51 157 53 77 0 70 403 56 36
Binary 111111 101001 1101111 101011 111111 0 111000 100000011 101110 11110

Color Harmonies of #3F296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F296F

Black with #3F296F

Text Example


Text Example

White with #3F296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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