Html Css Color HEX #3E276F Windsor

📋 copy color: '#3E276F'

red 62 ◦ green 39 ◦ blue 111

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

Shades of Windsor #3E276F

Tints of Windsor #3E276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.36%

R = 29.25%
G = 18.4%
B = 52.36%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E276F (or 0x3E276F) is known color: Windsor. HEX triplet: 3E, 27 and 6F. RGB value is (62,39,111). Sum of RGB (Red+Green+Blue) = 62+39+111=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E276F is #C1D890. Grayscale: #353535. Windows color (decimal): -12703889 or 7284542. OLE color: 7284542.

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

Color convert

RGB 62 39 111 -
CMYK 0.44 0.65 0 0.56
HSL 259.17º 0.48% 0.29% -
HSV(B) 259.17º 0.65% 0.44% -
XYZ 5.58 3.62 15.44 -
YUV 54.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 62 39 111 0.44 0.65 0 0.56 259.17 0.48 0.29
Hex 3E 27 6F 2C 41 0 38 103 30 1D
Octal 76 47 157 54 101 0 70 403 60 35
Binary 111110 100111 1101111 101100 1000001 0 111000 100000011 110000 11101

Color Harmonies of #3E276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E276F

Black with #3E276F

Text Example


Text Example

White with #3E276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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