Html Css Color HEX #3E2C73 Windsor

📋 copy color: '#3E2C73'

red 62 ◦ green 44 ◦ blue 115

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

Shades of Windsor #3E2C73

Tints of Windsor #3E2C73

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.91%

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 28.05%
G = 19.91%
B = 52.04%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E2C73 (or 0x3E2C73) is known color: Windsor. HEX triplet: 3E, 2C and 73. RGB value is (62,44,115). Sum of RGB (Red+Green+Blue) = 62+44+115=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E2C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2C73 is #C1D38C. Grayscale: #393939. Windows color (decimal): -12702605 or 7547966. OLE color: 7547966.

HSL color Cylindrical-coordinate representation of color #3E2C73: hue angle of 255.21º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E2C73 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 44 115 -
CMYK 0.46 0.62 0 0.55
HSL 255.21º 0.45% 0.31% -
HSV(B) 255.21º 0.62% 0.45% -
XYZ 5.98 4.06 16.69 -
YUV 57.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 62 44 115 0.46 0.62 0 0.55 255.21 0.45 0.31
Hex 3E 2C 73 2E 3E 0 37 FF 2D 1F
Octal 76 54 163 56 76 0 67 377 55 37
Binary 111110 101100 1110011 101110 111110 0 110111 11111111 101101 11111

Color Harmonies of #3E2C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2C73

Black with #3E2C73

Text Example


Text Example

White with #3E2C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,44,115); }

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

background-color css

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

 a { background-color: rgb(62,44,115); }

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

border-color css

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

 span { border-color: rgb(62,44,115); }

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