Html Css Color HEX #3E267F Windsor

📋 copy color: '#3E267F'

red 62 ◦ green 38 ◦ blue 127

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

Shades of Windsor #3E267F

Tints of Windsor #3E267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 55.95%

R = 27.31%
G = 16.74%
B = 55.95%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3E267F (or 0x3E267F) is known color: Windsor. HEX triplet: 3E, 26 and 7F. RGB value is (62,38,127). Sum of RGB (Red+Green+Blue) = 62+38+127=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E267F is #C1D980. Grayscale: #363636. Windows color (decimal): -12704129 or 8332862. OLE color: 8332862.

HSL color Cylindrical-coordinate representation of color #3E267F: hue angle of 256.18º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E267F is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 62 38 127 -
CMYK 0.51 0.70 0 0.50
HSL 256.18º 0.54% 0.32% -
HSV(B) 256.18º 0.7% 0.5% -
XYZ 6.51 3.94 20.5 -
YUV 55.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 62 38 127 0.51 0.70 0 0.50 256.18 0.54 0.32
Hex 3E 26 7F 33 46 0 32 100 36 20
Octal 76 46 177 63 106 0 62 400 66 40
Binary 111110 100110 1111111 110011 1000110 0 110010 100000000 110110 100000

Color Harmonies of #3E267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E267F

Black with #3E267F

Text Example


Text Example

White with #3E267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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