Html Css Color HEX #413B66 Minsk

📋 copy color: '#413B66'

red 65 ◦ green 59 ◦ blue 102

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

Shades of Minsk #413B66

Tints of Minsk #413B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.13%

R = 28.76%
G = 26.11%
B = 45.13%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#413B66 (or 0x413B66) is known color: Minsk. HEX triplet: 41, 3B and 66. RGB value is (65,59,102). Sum of RGB (Red+Green+Blue) = 65+59+102=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #413B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B66 is #BEC499. Grayscale: #414141. Windows color (decimal): -12502170 or 6699841. OLE color: 6699841.

HSL color Cylindrical-coordinate representation of color #413B66: hue angle of 248.37º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #413B66 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 59 102 -
CMYK 0.36 0.42 0 0.6
HSL 248.37º 0.27% 0.32% -
HSV(B) 248.37º 0.42% 0.4% -
XYZ 6.14 5.21 13.25 -
YUV 65.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 65 59 102 0.36 0.42 0 0.6 248.37 0.27 0.32
Hex 41 3B 66 24 2A 0 3C F8 1B 20
Octal 101 73 146 44 52 0 74 370 33 40
Binary 1000001 111011 1100110 100100 101010 0 111100 11111000 11011 100000

Color Harmonies of #413B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B66

Black with #413B66

Text Example


Text Example

White with #413B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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