Html Css Color HEX #3E246E Windsor

📋 copy color: '#3E246E'

red 62 ◦ green 36 ◦ blue 110

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

Shades of Windsor #3E246E

Tints of Windsor #3E246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

 BLUE value IS 110 (43.36% from 255) = 52.88%

R = 29.81%
G = 17.31%
B = 52.88%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3E246E (or 0x3E246E) is known color: Windsor. HEX triplet: 3E, 24 and 6E. RGB value is (62,36,110). Sum of RGB (Red+Green+Blue) = 62+36+110=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E246E is #C1DB91. Grayscale: #333333. Windows color (decimal): -12704658 or 7218238. OLE color: 7218238.

HSL color Cylindrical-coordinate representation of color #3E246E: hue angle of 261.08º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E246E is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 62 36 110 -
CMYK 0.44 0.67 0 0.57
HSL 261.08º 0.51% 0.29% -
HSV(B) 261.08º 0.67% 0.43% -
XYZ 5.43 3.41 15.12 -
YUV 52.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 62 36 110 0.44 0.67 0 0.57 261.08 0.51 0.29
Hex 3E 24 6E 2C 43 0 39 105 33 1D
Octal 76 44 156 54 103 0 71 405 63 35
Binary 111110 100100 1101110 101100 1000011 0 111001 100000101 110011 11101

Color Harmonies of #3E246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E246E

Black with #3E246E

Text Example


Text Example

White with #3E246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,36,110); }

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

background-color css

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

 a { background-color: rgb(62,36,110); }

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

border-color css

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

 span { border-color: rgb(62,36,110); }

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