Html Css Color HEX #3E266D Windsor

📋 copy color: '#3E266D'

red 62 ◦ green 38 ◦ blue 109

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

Shades of Windsor #3E266D

Tints of Windsor #3E266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.18%

 BLUE value IS 109 (42.97% from 255) = 52.15%

R = 29.67%
G = 18.18%
B = 52.15%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3E266D (or 0x3E266D) is known color: Windsor. HEX triplet: 3E, 26 and 6D. RGB value is (62,38,109). Sum of RGB (Red+Green+Blue) = 62+38+109=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E266D is #C1D992. Grayscale: #353535. Windows color (decimal): -12704147 or 7153214. OLE color: 7153214.

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

Color convert

RGB 62 38 109 -
CMYK 0.43 0.65 0 0.57
HSL 260.28º 0.48% 0.29% -
HSV(B) 260.28º 0.65% 0.43% -
XYZ 5.44 3.51 14.86 -
YUV 53.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 62 38 109 0.43 0.65 0 0.57 260.28 0.48 0.29
Hex 3E 26 6D 2B 41 0 39 104 30 1D
Octal 76 46 155 53 101 0 71 404 60 35
Binary 111110 100110 1101101 101011 1000001 0 111001 100000100 110000 11101

Color Harmonies of #3E266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E266D

Black with #3E266D

Text Example


Text Example

White with #3E266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,38,109); }

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

background-color css

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

 a { background-color: rgb(62,38,109); }

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

border-color css

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

 span { border-color: rgb(62,38,109); }

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