Html Css Color HEX #3E2E75 Windsor

📋 copy color: '#3E2E75'

red 62 ◦ green 46 ◦ blue 117

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

Shades of Windsor #3E2E75

Tints of Windsor #3E2E75

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.44%

 BLUE value IS 117 (46.09% from 255) = 52%

R = 27.56%
G = 20.44%
B = 52%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E2E75 (or 0x3E2E75) is known color: Windsor. HEX triplet: 3E, 2E and 75. RGB value is (62,46,117). Sum of RGB (Red+Green+Blue) = 62+46+117=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E2E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2E75 is #C1D18A. Grayscale: #3A3A3A. Windows color (decimal): -12702091 or 7679550. OLE color: 7679550.

HSL color Cylindrical-coordinate representation of color #3E2E75: hue angle of 253.52º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E2E75 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 46 117 -
CMYK 0.47 0.61 0 0.54
HSL 253.52º 0.44% 0.32% -
HSV(B) 253.52º 0.61% 0.46% -
XYZ 6.17 4.26 17.33 -
YUV 58.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 62 46 117 0.47 0.61 0 0.54 253.52 0.44 0.32
Hex 3E 2E 75 2F 3D 0 36 FE 2C 20
Octal 76 56 165 57 75 0 66 376 54 40
Binary 111110 101110 1110101 101111 111101 0 110110 11111110 101100 100000

Color Harmonies of #3E2E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2E75

Black with #3E2E75

Text Example


Text Example

White with #3E2E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,46,117); }

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

background-color css

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

 a { background-color: rgb(62,46,117); }

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

border-color css

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

 span { border-color: rgb(62,46,117); }

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