Html Css Color HEX #3F297D Windsor

📋 copy color: '#3F297D'

red 63 ◦ green 41 ◦ blue 125

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

Shades of Windsor #3F297D

Tints of Windsor #3F297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 54.59%

R = 27.51%
G = 17.9%
B = 54.59%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F297D (or 0x3F297D) is known color: Windsor. HEX triplet: 3F, 29 and 7D. RGB value is (63,41,125). Sum of RGB (Red+Green+Blue) = 63+41+125=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F297D is #C0D682. Grayscale: #383838. Windows color (decimal): -12637827 or 8202559. OLE color: 8202559.

HSL color Cylindrical-coordinate representation of color #3F297D: hue angle of 255.71º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F297D is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 41 125 -
CMYK 0.50 0.67 0 0.51
HSL 255.71º 0.51% 0.33% -
HSV(B) 255.71º 0.67% 0.49% -
XYZ 6.54 4.12 19.85 -
YUV 57.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 63 41 125 0.50 0.67 0 0.51 255.71 0.51 0.33
Hex 3F 29 7D 32 43 0 33 100 33 21
Octal 77 51 175 62 103 0 63 400 63 41
Binary 111111 101001 1111101 110010 1000011 0 110011 100000000 110011 100001

Color Harmonies of #3F297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F297D

Black with #3F297D

Text Example


Text Example

White with #3F297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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