Html Css Color HEX #413669 Minsk

📋 copy color: '#413669'

red 65 ◦ green 54 ◦ blue 105

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

Shades of Minsk #413669

Tints of Minsk #413669

RGB

 RED value IS 65 (25.78% from 255) = 29.02%

 GREEN value IS 54 (21.48% from 255) = 24.11%

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

R = 29.02%
G = 24.11%
B = 46.88%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#413669 (or 0x413669) is known color: Minsk. HEX triplet: 41, 36 and 69. RGB value is (65,54,105). Sum of RGB (Red+Green+Blue) = 65+54+105=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #413669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413669 is #BEC996. Grayscale: #3E3E3E. Windows color (decimal): -12503447 or 6895169. OLE color: 6895169.

HSL color Cylindrical-coordinate representation of color #413669: hue angle of 252.94º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #413669 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 54 105 -
CMYK 0.38 0.49 0 0.59
HSL 252.94º 0.32% 0.31% -
HSV(B) 252.94º 0.49% 0.41% -
XYZ 6.05 4.78 13.97 -
YUV 63.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 65 54 105 0.38 0.49 0 0.59 252.94 0.32 0.31
Hex 41 36 69 26 31 0 3B FD 20 1F
Octal 101 66 151 46 61 0 73 375 40 37
Binary 1000001 110110 1101001 100110 110001 0 111011 11111101 100000 11111

Color Harmonies of #413669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413669

Black with #413669

Text Example


Text Example

White with #413669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413669; }

 p { color: rgb(65,54,105); }

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

background-color css

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

 a { background-color: rgb(65,54,105); }

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

border-color css

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

 span { border-color: rgb(65,54,105); }

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