Html Css Color HEX #3E2979 Windsor

📋 copy color: '#3E2979'

red 62 ◦ green 41 ◦ blue 121

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

Shades of Windsor #3E2979

Tints of Windsor #3E2979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 54.02%

R = 27.68%
G = 18.3%
B = 54.02%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E2979 (or 0x3E2979) is known color: Windsor. HEX triplet: 3E, 29 and 79. RGB value is (62,41,121). Sum of RGB (Red+Green+Blue) = 62+41+121=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #3E2979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2979 is #C1D686. Grayscale: #383838. Windows color (decimal): -12703367 or 7940414. OLE color: 7940414.

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

Color convert

RGB 62 41 121 -
CMYK 0.49 0.66 0 0.53
HSL 255.75º 0.49% 0.32% -
HSV(B) 255.75º 0.66% 0.47% -
XYZ 6.23 3.99 18.53 -
YUV 56.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 62 41 121 0.49 0.66 0 0.53 255.75 0.49 0.32
Hex 3E 29 79 31 42 0 35 100 31 20
Octal 76 51 171 61 102 0 65 400 61 40
Binary 111110 101001 1111001 110001 1000010 0 110101 100000000 110001 100000

Color Harmonies of #3E2979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2979

Black with #3E2979

Text Example


Text Example

White with #3E2979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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