Html Css Color HEX #3E247C Windsor

📋 copy color: '#3E247C'

red 62 ◦ green 36 ◦ blue 124

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

Shades of Windsor #3E247C

Tints of Windsor #3E247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

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

R = 27.93%
G = 16.22%
B = 55.86%

CMYK

 C value IS 0.5

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E247C (or 0x3E247C) is known color: Windsor. HEX triplet: 3E, 24 and 7C. RGB value is (62,36,124). Sum of RGB (Red+Green+Blue) = 62+36+124=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E247C is #C1DB83. Grayscale: #353535. Windows color (decimal): -12704644 or 8135742. OLE color: 8135742.

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

Color convert

RGB 62 36 124 -
CMYK 0.5 0.71 0 0.51
HSL 257.73º 0.55% 0.31% -
HSV(B) 257.73º 0.71% 0.49% -
XYZ 6.26 3.74 19.46 -
YUV 53.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 62 36 124 0.5 0.71 0 0.51 257.73 0.55 0.31
Hex 3E 24 7C 32 47 0 33 102 37 1F
Octal 76 44 174 62 107 0 63 402 67 37
Binary 111110 100100 1111100 110010 1000111 0 110011 100000010 110111 11111

Color Harmonies of #3E247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E247C

Black with #3E247C

Text Example


Text Example

White with #3E247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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