Html Css Color HEX #3E2B84 Windsor

📋 copy color: '#3E2B84'

red 62 ◦ green 43 ◦ blue 132

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

Shades of Windsor #3E2B84

Tints of Windsor #3E2B84

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.14%

 BLUE value IS 132 (51.95% from 255) = 55.7%

R = 26.16%
G = 18.14%
B = 55.7%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E2B84 (or 0x3E2B84) is known color: Windsor. HEX triplet: 3E, 2B and 84. RGB value is (62,43,132). Sum of RGB (Red+Green+Blue) = 62+43+132=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E2B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2B84 is #C1D47B. Grayscale: #3A3A3A. Windows color (decimal): -12702844 or 8661822. OLE color: 8661822.

HSL color Cylindrical-coordinate representation of color #3E2B84: hue angle of 252.81º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E2B84 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 43 132 -
CMYK 0.53 0.67 0 0.48
HSL 252.81º 0.51% 0.34% -
HSV(B) 252.81º 0.67% 0.52% -
XYZ 7.02 4.42 22.31 -
YUV 58.83 169.29 130.26 -
System Red Green Blue C M Y K H S L
Decimal 62 43 132 0.53 0.67 0 0.48 252.81 0.51 0.34
Hex 3E 2B 84 35 43 0 30 FD 33 22
Octal 76 53 204 65 103 0 60 375 63 42
Binary 111110 101011 10000100 110101 1000011 0 110000 11111101 110011 100010

Color Harmonies of #3E2B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2B84

Black with #3E2B84

Text Example


Text Example

White with #3E2B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,43,132); }

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

background-color css

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

 a { background-color: rgb(62,43,132); }

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

border-color css

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

 span { border-color: rgb(62,43,132); }

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