Html Css Color HEX #3F296D Windsor

📋 copy color: '#3F296D'

red 63 ◦ green 41 ◦ blue 109

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

Shades of Windsor #3F296D

Tints of Windsor #3F296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 51.17%

R = 29.58%
G = 19.25%
B = 51.17%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F296D (or 0x3F296D) is known color: Windsor. HEX triplet: 3F, 29 and 6D. RGB value is (63,41,109). Sum of RGB (Red+Green+Blue) = 63+41+109=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F296D is #C0D692. Grayscale: #373737. Windows color (decimal): -12637843 or 7153983. OLE color: 7153983.

HSL color Cylindrical-coordinate representation of color #3F296D: hue angle of 259.41º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F296D is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 41 109 -
CMYK 0.42 0.62 0 0.57
HSL 259.41º 0.45% 0.29% -
HSV(B) 259.41º 0.62% 0.43% -
XYZ 5.6 3.75 14.9 -
YUV 55.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 63 41 109 0.42 0.62 0 0.57 259.41 0.45 0.29
Hex 3F 29 6D 2A 3E 0 39 103 2D 1D
Octal 77 51 155 52 76 0 71 403 55 35
Binary 111111 101001 1101101 101010 111110 0 111001 100000011 101101 11101

Color Harmonies of #3F296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F296D

Black with #3F296D

Text Example


Text Example

White with #3F296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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