Html Css Color HEX #3E2969 Minsk

📋 copy color: '#3E2969'

red 62 ◦ green 41 ◦ blue 105

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

Shades of Minsk #3E2969

Tints of Minsk #3E2969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 29.81%
G = 19.71%
B = 50.48%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3E2969 (or 0x3E2969) is known color: Minsk. HEX triplet: 3E, 29 and 69. RGB value is (62,41,105). Sum of RGB (Red+Green+Blue) = 62+41+105=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #3E2969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2969 is #C1D696. Grayscale: #363636. Windows color (decimal): -12703383 or 6891838. OLE color: 6891838.

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

Color convert

RGB 62 41 105 -
CMYK 0.41 0.61 0 0.59
HSL 259.69º 0.44% 0.29% -
HSV(B) 259.69º 0.61% 0.41% -
XYZ 5.33 3.63 13.78 -
YUV 54.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 62 41 105 0.41 0.61 0 0.59 259.69 0.44 0.29
Hex 3E 29 69 29 3D 0 3B 104 2C 1D
Octal 76 51 151 51 75 0 73 404 54 35
Binary 111110 101001 1101001 101001 111101 0 111011 100000100 101100 11101

Color Harmonies of #3E2969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2969

Black with #3E2969

Text Example


Text Example

White with #3E2969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,41,105); }

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

background-color css

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

 a { background-color: rgb(62,41,105); }

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

border-color css

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

 span { border-color: rgb(62,41,105); }

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