Html Css Color HEX #3E2977 Windsor

📋 copy color: '#3E2977'

red 62 ◦ green 41 ◦ blue 119

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

Shades of Windsor #3E2977

Tints of Windsor #3E2977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.6%

R = 27.93%
G = 18.47%
B = 53.6%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E2977 (or 0x3E2977) is known color: Windsor. HEX triplet: 3E, 29 and 77. RGB value is (62,41,119). Sum of RGB (Red+Green+Blue) = 62+41+119=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E2977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2977 is #C1D688. Grayscale: #373737. Windows color (decimal): -12703369 or 7809342. OLE color: 7809342.

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

Color convert

RGB 62 41 119 -
CMYK 0.48 0.66 0 0.53
HSL 256.15º 0.49% 0.31% -
HSV(B) 256.15º 0.66% 0.47% -
XYZ 6.11 3.94 17.89 -
YUV 56.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 62 41 119 0.48 0.66 0 0.53 256.15 0.49 0.31
Hex 3E 29 77 30 42 0 35 100 31 1F
Octal 76 51 167 60 102 0 65 400 61 37
Binary 111110 101001 1110111 110000 1000010 0 110101 100000000 110001 11111

Color Harmonies of #3E2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2977

Black with #3E2977

Text Example


Text Example

White with #3E2977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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