Html Css Color HEX #3E327C Windsor

📋 copy color: '#3E327C'

red 62 ◦ green 50 ◦ blue 124

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

Shades of Windsor #3E327C

Tints of Windsor #3E327C

RGB

 RED value IS 62 (24.61% from 255) = 26.27%

 GREEN value IS 50 (19.92% from 255) = 21.19%

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

R = 26.27%
G = 21.19%
B = 52.54%

CMYK

 C value IS 0.5

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E327C (or 0x3E327C) is known color: Windsor. HEX triplet: 3E, 32 and 7C. RGB value is (62,50,124). Sum of RGB (Red+Green+Blue) = 62+50+124=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E327C is #C1CD83. Grayscale: #3D3D3D. Windows color (decimal): -12701060 or 8139326. OLE color: 8139326.

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

Color convert

RGB 62 50 124 -
CMYK 0.5 0.60 0 0.51
HSL 249.73º 0.43% 0.34% -
HSV(B) 249.73º 0.6% 0.49% -
XYZ 6.77 4.76 19.63 -
YUV 62.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 62 50 124 0.5 0.60 0 0.51 249.73 0.43 0.34
Hex 3E 32 7C 32 3C 0 33 FA 2B 22
Octal 76 62 174 62 74 0 63 372 53 42
Binary 111110 110010 1111100 110010 111100 0 110011 11111010 101011 100010

Color Harmonies of #3E327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E327C

Black with #3E327C

Text Example


Text Example

White with #3E327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,50,124); }

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

background-color css

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

 a { background-color: rgb(62,50,124); }

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

border-color css

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

 span { border-color: rgb(62,50,124); }

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