Html Css Color HEX #3E2785 Windsor

📋 copy color: '#3E2785'

red 62 ◦ green 39 ◦ blue 133

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

Shades of Windsor #3E2785

Tints of Windsor #3E2785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.84%

R = 26.5%
G = 16.67%
B = 56.84%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E2785 (or 0x3E2785) is known color: Windsor. HEX triplet: 3E, 27 and 85. RGB value is (62,39,133). Sum of RGB (Red+Green+Blue) = 62+39+133=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E2785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2785 is #C1D87A. Grayscale: #383838. Windows color (decimal): -12703867 or 8726334. OLE color: 8726334.

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

Color convert

RGB 62 39 133 -
CMYK 0.53 0.71 0 0.48
HSL 254.68º 0.55% 0.34% -
HSV(B) 254.68º 0.71% 0.52% -
XYZ 6.95 4.17 22.63 -
YUV 56.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 62 39 133 0.53 0.71 0 0.48 254.68 0.55 0.34
Hex 3E 27 85 35 47 0 30 FF 37 22
Octal 76 47 205 65 107 0 60 377 67 42
Binary 111110 100111 10000101 110101 1000111 0 110000 11111111 110111 100010

Color Harmonies of #3E2785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2785

Black with #3E2785

Text Example


Text Example

White with #3E2785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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