Html Css Color HEX #413B61 Minsk

📋 copy color: '#413B61'

red 65 ◦ green 59 ◦ blue 97

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

Shades of Minsk #413B61

Tints of Minsk #413B61

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.7%

 BLUE value IS 97 (38.28% from 255) = 43.89%

R = 29.41%
G = 26.7%
B = 43.89%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#413B61 (or 0x413B61) is known color: Minsk. HEX triplet: 41, 3B and 61. RGB value is (65,59,97). Sum of RGB (Red+Green+Blue) = 65+59+97=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #413B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B61 is #BEC49E. Grayscale: #404040. Windows color (decimal): -12502175 or 6372161. OLE color: 6372161.

HSL color Cylindrical-coordinate representation of color #413B61: hue angle of 249.47º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #413B61 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 59 97 -
CMYK 0.33 0.39 0 0.62
HSL 249.47º 0.24% 0.31% -
HSV(B) 249.47º 0.39% 0.38% -
XYZ 5.9 5.11 11.99 -
YUV 65.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 65 59 97 0.33 0.39 0 0.62 249.47 0.24 0.31
Hex 41 3B 61 21 27 0 3E F9 18 1F
Octal 101 73 141 41 47 0 76 371 30 37
Binary 1000001 111011 1100001 100001 100111 0 111110 11111001 11000 11111

Color Harmonies of #413B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B61

Black with #413B61

Text Example


Text Example

White with #413B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413B61; }

 p { color: rgb(65,59,97); }

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

background-color css

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

 a { background-color: rgb(65,59,97); }

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

border-color css

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

 span { border-color: rgb(65,59,97); }

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