Html Css Color HEX #3E2371 Windsor

📋 copy color: '#3E2371'

red 62 ◦ green 35 ◦ blue 113

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

Shades of Windsor #3E2371

Tints of Windsor #3E2371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 53.81%

R = 29.52%
G = 16.67%
B = 53.81%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E2371 (or 0x3E2371) is known color: Windsor. HEX triplet: 3E, 23 and 71. RGB value is (62,35,113). Sum of RGB (Red+Green+Blue) = 62+35+113=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E2371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2371 is #C1DC8E. Grayscale: #333333. Windows color (decimal): -12704911 or 7414590. OLE color: 7414590.

HSL color Cylindrical-coordinate representation of color #3E2371: hue angle of 260.77º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E2371 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 62 35 113 -
CMYK 0.45 0.69 0 0.56
HSL 260.77º 0.53% 0.29% -
HSV(B) 260.77º 0.69% 0.44% -
XYZ 5.57 3.42 15.99 -
YUV 51.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 62 35 113 0.45 0.69 0 0.56 260.77 0.53 0.29
Hex 3E 23 71 2D 45 0 38 105 35 1D
Octal 76 43 161 55 105 0 70 405 65 35
Binary 111110 100011 1110001 101101 1000101 0 111000 100000101 110101 11101

Color Harmonies of #3E2371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2371

Black with #3E2371

Text Example


Text Example

White with #3E2371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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