Html Css Color HEX #3E276D Windsor

📋 copy color: '#3E276D'

red 62 ◦ green 39 ◦ blue 109

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

Shades of Windsor #3E276D

Tints of Windsor #3E276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.57%

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

R = 29.52%
G = 18.57%
B = 51.9%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3E276D (or 0x3E276D) is known color: Windsor. HEX triplet: 3E, 27 and 6D. RGB value is (62,39,109). Sum of RGB (Red+Green+Blue) = 62+39+109=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E276D is #C1D892. Grayscale: #353535. Windows color (decimal): -12703891 or 7153470. OLE color: 7153470.

HSL color Cylindrical-coordinate representation of color #3E276D: hue angle of 259.71º 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 #3E276D is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 62 39 109 -
CMYK 0.43 0.64 0 0.57
HSL 259.71º 0.47% 0.29% -
HSV(B) 259.71º 0.64% 0.43% -
XYZ 5.47 3.58 14.87 -
YUV 53.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 62 39 109 0.43 0.64 0 0.57 259.71 0.47 0.29
Hex 3E 27 6D 2B 40 0 39 104 2F 1D
Octal 76 47 155 53 100 0 71 404 57 35
Binary 111110 100111 1101101 101011 1000000 0 111001 100000100 101111 11101

Color Harmonies of #3E276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E276D

Black with #3E276D

Text Example


Text Example

White with #3E276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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