Html Css Color HEX #3E2781 Windsor

📋 copy color: '#3E2781'

red 62 ◦ green 39 ◦ blue 129

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

Shades of Windsor #3E2781

Tints of Windsor #3E2781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.96%

 BLUE value IS 129 (50.78% from 255) = 56.09%

R = 26.96%
G = 16.96%
B = 56.09%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3E2781 (or 0x3E2781) is known color: Windsor. HEX triplet: 3E, 27 and 81. RGB value is (62,39,129). Sum of RGB (Red+Green+Blue) = 62+39+129=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #3E2781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2781 is #C1D87E. Grayscale: #373737. Windows color (decimal): -12703871 or 8464190. OLE color: 8464190.

HSL color Cylindrical-coordinate representation of color #3E2781: hue angle of 255.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E2781 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 62 39 129 -
CMYK 0.52 0.70 0 0.49
HSL 255.33º 0.54% 0.33% -
HSV(B) 255.33º 0.7% 0.51% -
XYZ 6.67 4.06 21.2 -
YUV 56.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 62 39 129 0.52 0.70 0 0.49 255.33 0.54 0.33
Hex 3E 27 81 34 46 0 31 FF 36 21
Octal 76 47 201 64 106 0 61 377 66 41
Binary 111110 100111 10000001 110100 1000110 0 110001 11111111 110110 100001

Color Harmonies of #3E2781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2781

Black with #3E2781

Text Example


Text Example

White with #3E2781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,39,129); }

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

background-color css

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

 a { background-color: rgb(62,39,129); }

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

border-color css

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

 span { border-color: rgb(62,39,129); }

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