Html Css Color HEX #3E266E Windsor

📋 copy color: '#3E266E'

red 62 ◦ green 38 ◦ blue 110

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

Shades of Windsor #3E266E

Tints of Windsor #3E266E

RGB

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

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

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

R = 29.52%
G = 18.1%
B = 52.38%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3E266E (or 0x3E266E) is known color: Windsor. HEX triplet: 3E, 26 and 6E. RGB value is (62,38,110). Sum of RGB (Red+Green+Blue) = 62+38+110=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E266E is #C1D991. Grayscale: #353535. Windows color (decimal): -12704146 or 7218750. OLE color: 7218750.

HSL color Cylindrical-coordinate representation of color #3E266E: hue angle of 260º degrees, saturation: 0.49, 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 #3E266E is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 62 38 110 -
CMYK 0.44 0.65 0 0.57
HSL 260º 0.49% 0.29% -
HSV(B) 260º 0.65% 0.43% -
XYZ 5.49 3.54 15.14 -
YUV 53.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 62 38 110 0.44 0.65 0 0.57 260 0.49 0.29
Hex 3E 26 6E 2C 41 0 39 104 31 1D
Octal 76 46 156 54 101 0 71 404 61 35
Binary 111110 100110 1101110 101100 1000001 0 111001 100000100 110001 11101

Color Harmonies of #3E266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E266E

Black with #3E266E

Text Example


Text Example

White with #3E266E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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