Html Css Color HEX #3E276E Windsor

📋 copy color: '#3E276E'

red 62 ◦ green 39 ◦ blue 110

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

Shades of Windsor #3E276E

Tints of Windsor #3E276E

RGB

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

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

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

R = 29.38%
G = 18.48%
B = 52.13%

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

#3E276E (or 0x3E276E) is known color: Windsor. HEX triplet: 3E, 27 and 6E. RGB value is (62,39,110). Sum of RGB (Red+Green+Blue) = 62+39+110=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E276E is #C1D891. Grayscale: #353535. Windows color (decimal): -12703890 or 7219006. OLE color: 7219006.

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

Color convert

RGB 62 39 110 -
CMYK 0.44 0.65 0 0.57
HSL 259.44º 0.48% 0.29% -
HSV(B) 259.44º 0.65% 0.43% -
XYZ 5.53 3.6 15.16 -
YUV 53.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 62 39 110 0.44 0.65 0 0.57 259.44 0.48 0.29
Hex 3E 27 6E 2C 41 0 39 103 30 1D
Octal 76 47 156 54 101 0 71 403 60 35
Binary 111110 100111 1101110 101100 1000001 0 111001 100000011 110000 11101

Color Harmonies of #3E276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E276E

Black with #3E276E

Text Example


Text Example

White with #3E276E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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