Html Css Color HEX #3E2379 Windsor

📋 copy color: '#3E2379'

red 62 ◦ green 35 ◦ blue 121

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

Shades of Windsor #3E2379

Tints of Windsor #3E2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

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

R = 28.44%
G = 16.06%
B = 55.5%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E2379 (or 0x3E2379) is known color: Windsor. HEX triplet: 3E, 23 and 79. RGB value is (62,35,121). Sum of RGB (Red+Green+Blue) = 62+35+121=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #3E2379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2379 is #C1DC86. Grayscale: #343434. Windows color (decimal): -12704903 or 7938878. OLE color: 7938878.

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

Color convert

RGB 62 35 121 -
CMYK 0.49 0.71 0 0.53
HSL 258.84º 0.55% 0.31% -
HSV(B) 258.84º 0.71% 0.47% -
XYZ 6.04 3.61 18.47 -
YUV 52.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 62 35 121 0.49 0.71 0 0.53 258.84 0.55 0.31
Hex 3E 23 79 31 47 0 35 103 37 1F
Octal 76 43 171 61 107 0 65 403 67 37
Binary 111110 100011 1111001 110001 1000111 0 110101 100000011 110111 11111

Color Harmonies of #3E2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2379

Black with #3E2379

Text Example


Text Example

White with #3E2379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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