Html Css Color HEX #3F297C Windsor

📋 copy color: '#3F297C'

red 63 ◦ green 41 ◦ blue 124

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

Shades of Windsor #3F297C

Tints of Windsor #3F297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.39%

R = 27.63%
G = 17.98%
B = 54.39%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F297C (or 0x3F297C) is known color: Windsor. HEX triplet: 3F, 29 and 7C. RGB value is (63,41,124). Sum of RGB (Red+Green+Blue) = 63+41+124=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F297C is #C0D683. Grayscale: #383838. Windows color (decimal): -12637828 or 8137023. OLE color: 8137023.

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

Color convert

RGB 63 41 124 -
CMYK 0.49 0.67 0 0.51
HSL 255.9º 0.5% 0.32% -
HSV(B) 255.9º 0.67% 0.49% -
XYZ 6.48 4.1 19.52 -
YUV 57.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 63 41 124 0.49 0.67 0 0.51 255.9 0.5 0.32
Hex 3F 29 7C 31 43 0 33 100 32 20
Octal 77 51 174 61 103 0 63 400 62 40
Binary 111111 101001 1111100 110001 1000011 0 110011 100000000 110010 100000

Color Harmonies of #3F297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F297C

Black with #3F297C

Text Example


Text Example

White with #3F297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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