Html Css Color HEX #3E2B72 Windsor

📋 copy color: '#3E2B72'

red 62 ◦ green 43 ◦ blue 114

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

Shades of Windsor #3E2B72

Tints of Windsor #3E2B72

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.63%

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 28.31%
G = 19.63%
B = 52.05%

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

#3E2B72 (or 0x3E2B72) is known color: Windsor. HEX triplet: 3E, 2B and 72. RGB value is (62,43,114). Sum of RGB (Red+Green+Blue) = 62+43+114=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E2B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2B72 is #C1D48D. Grayscale: #383838. Windows color (decimal): -12702862 or 7482174. OLE color: 7482174.

HSL color Cylindrical-coordinate representation of color #3E2B72: hue angle of 256.06º 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 #3E2B72 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 43 114 -
CMYK 0.46 0.62 0 0.55
HSL 256.06º 0.45% 0.31% -
HSV(B) 256.06º 0.62% 0.45% -
XYZ 5.89 3.97 16.37 -
YUV 56.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 62 43 114 0.46 0.62 0 0.55 256.06 0.45 0.31
Hex 3E 2B 72 2E 3E 0 37 100 2D 1F
Octal 76 53 162 56 76 0 67 400 55 37
Binary 111110 101011 1110010 101110 111110 0 110111 100000000 101101 11111

Color Harmonies of #3E2B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2B72

Black with #3E2B72

Text Example


Text Example

White with #3E2B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,43,114); }

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

background-color css

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

 a { background-color: rgb(62,43,114); }

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

border-color css

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

 span { border-color: rgb(62,43,114); }

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