Html Css Color HEX #3E277C Windsor

📋 copy color: '#3E277C'

red 62 ◦ green 39 ◦ blue 124

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

Shades of Windsor #3E277C

Tints of Windsor #3E277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.33%

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

R = 27.56%
G = 17.33%
B = 55.11%

CMYK

 C value IS 0.5

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E277C (or 0x3E277C) is known color: Windsor. HEX triplet: 3E, 27 and 7C. RGB value is (62,39,124). Sum of RGB (Red+Green+Blue) = 62+39+124=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E277C is #C1D883. Grayscale: #373737. Windows color (decimal): -12703876 or 8136510. OLE color: 8136510.

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

Color convert

RGB 62 39 124 -
CMYK 0.5 0.69 0 0.51
HSL 256.24º 0.52% 0.32% -
HSV(B) 256.24º 0.69% 0.49% -
XYZ 6.35 3.93 19.49 -
YUV 55.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 62 39 124 0.5 0.69 0 0.51 256.24 0.52 0.32
Hex 3E 27 7C 32 45 0 33 100 34 20
Octal 76 47 174 62 105 0 63 400 64 40
Binary 111110 100111 1111100 110010 1000101 0 110011 100000000 110100 100000

Color Harmonies of #3E277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E277C

Black with #3E277C

Text Example


Text Example

White with #3E277C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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