Html Css Color HEX #3E297C Windsor

📋 copy color: '#3E297C'

red 62 ◦ green 41 ◦ blue 124

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

Shades of Windsor #3E297C

Tints of Windsor #3E297C

RGB

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

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

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

R = 27.31%
G = 18.06%
B = 54.63%

CMYK

 C value IS 0.5

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E297C (or 0x3E297C) is known color: Windsor. HEX triplet: 3E, 29 and 7C. RGB value is (62,41,124). Sum of RGB (Red+Green+Blue) = 62+41+124=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E297C is #C1D683. Grayscale: #383838. Windows color (decimal): -12703364 or 8137022. OLE color: 8137022.

HSL color Cylindrical-coordinate representation of color #3E297C: hue angle of 255.18º 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 #3E297C is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 41 124 -
CMYK 0.5 0.67 0 0.51
HSL 255.18º 0.5% 0.32% -
HSV(B) 255.18º 0.67% 0.49% -
XYZ 6.42 4.07 19.52 -
YUV 56.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 62 41 124 0.5 0.67 0 0.51 255.18 0.5 0.32
Hex 3E 29 7C 32 43 0 33 FF 32 20
Octal 76 51 174 62 103 0 63 377 62 40
Binary 111110 101001 1111100 110010 1000011 0 110011 11111111 110010 100000

Color Harmonies of #3E297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E297C

Black with #3E297C

Text Example


Text Example

White with #3E297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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