Html Css Color HEX #403866 Minsk

📋 copy color: '#403866'

red 64 ◦ green 56 ◦ blue 102

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

Shades of Minsk #403866

Tints of Minsk #403866

RGB

 RED value IS 64 (25.39% from 255) = 28.83%

 GREEN value IS 56 (22.27% from 255) = 25.23%

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

R = 28.83%
G = 25.23%
B = 45.95%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#403866 (or 0x403866) is known color: Minsk. HEX triplet: 40, 38 and 66. RGB value is (64,56,102). Sum of RGB (Red+Green+Blue) = 64+56+102=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #403866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403866 is #BFC799. Grayscale: #3F3F3F. Windows color (decimal): -12568474 or 6699072. OLE color: 6699072.

HSL color Cylindrical-coordinate representation of color #403866: hue angle of 250.43º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #403866 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 56 102 -
CMYK 0.37 0.45 0 0.6
HSL 250.43º 0.29% 0.31% -
HSV(B) 250.43º 0.45% 0.4% -
XYZ 5.93 4.88 13.2 -
YUV 63.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 64 56 102 0.37 0.45 0 0.6 250.43 0.29 0.31
Hex 40 38 66 25 2D 0 3C FA 1D 1F
Octal 100 70 146 45 55 0 74 372 35 37
Binary 1000000 111000 1100110 100101 101101 0 111100 11111010 11101 11111

Color Harmonies of #403866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403866

Black with #403866

Text Example


Text Example

White with #403866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403866; }

 p { color: rgb(64,56,102); }

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

background-color css

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

 a { background-color: rgb(64,56,102); }

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

border-color css

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

 span { border-color: rgb(64,56,102); }

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