Html Css Color HEX #3E286E Windsor

📋 copy color: '#3E286E'

red 62 ◦ green 40 ◦ blue 110

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

Shades of Windsor #3E286E

Tints of Windsor #3E286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

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

R = 29.25%
G = 18.87%
B = 51.89%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3E286E (or 0x3E286E) is known color: Windsor. HEX triplet: 3E, 28 and 6E. RGB value is (62,40,110). Sum of RGB (Red+Green+Blue) = 62+40+110=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E286E is #C1D791. Grayscale: #363636. Windows color (decimal): -12703634 or 7219262. OLE color: 7219262.

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

Color convert

RGB 62 40 110 -
CMYK 0.44 0.64 0 0.57
HSL 258.86º 0.47% 0.29% -
HSV(B) 258.86º 0.64% 0.43% -
XYZ 5.56 3.67 15.17 -
YUV 54.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 62 40 110 0.44 0.64 0 0.57 258.86 0.47 0.29
Hex 3E 28 6E 2C 40 0 39 103 2F 1D
Octal 76 50 156 54 100 0 71 403 57 35
Binary 111110 101000 1101110 101100 1000000 0 111001 100000011 101111 11101

Color Harmonies of #3E286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E286E

Black with #3E286E

Text Example


Text Example

White with #3E286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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