Html Css Color HEX #3E2287 Windsor

📋 copy color: '#3E2287'

red 62 ◦ green 34 ◦ blue 135

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

Shades of Windsor #3E2287

Tints of Windsor #3E2287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.72%

 BLUE value IS 135 (53.13% from 255) = 58.44%

R = 26.84%
G = 14.72%
B = 58.44%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3E2287 (or 0x3E2287) is known color: Windsor. HEX triplet: 3E, 22 and 87. RGB value is (62,34,135). Sum of RGB (Red+Green+Blue) = 62+34+135=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E2287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2287 is #C1DD78. Grayscale: #353535. Windows color (decimal): -12705145 or 8856126. OLE color: 8856126.

HSL color Cylindrical-coordinate representation of color #3E2287: hue angle of 256.63º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E2287 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 62 34 135 -
CMYK 0.54 0.75 0 0.47
HSL 256.63º 0.6% 0.33% -
HSV(B) 256.63º 0.75% 0.53% -
XYZ 6.93 3.92 23.31 -
YUV 53.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 62 34 135 0.54 0.75 0 0.47 256.63 0.6 0.33
Hex 3E 22 87 36 4B 0 2F 101 3C 21
Octal 76 42 207 66 113 0 57 401 74 41
Binary 111110 100010 10000111 110110 1001011 0 101111 100000001 111100 100001

Color Harmonies of #3E2287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2287

Black with #3E2287

Text Example


Text Example

White with #3E2287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,34,135); }

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

background-color css

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

 a { background-color: rgb(62,34,135); }

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

border-color css

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

 span { border-color: rgb(62,34,135); }

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