Html Css Color HEX #403865 Minsk

📋 copy color: '#403865'

red 64 ◦ green 56 ◦ blue 101

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

Shades of Minsk #403865

Tints of Minsk #403865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.7%

R = 28.96%
G = 25.34%
B = 45.7%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#403865 (or 0x403865) is known color: Minsk. HEX triplet: 40, 38 and 65. RGB value is (64,56,101). Sum of RGB (Red+Green+Blue) = 64+56+101=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #403865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403865 is #BFC79A. Grayscale: #3F3F3F. Windows color (decimal): -12568475 or 6633536. OLE color: 6633536.

HSL color Cylindrical-coordinate representation of color #403865: hue angle of 250.67º 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 #403865 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 56 101 -
CMYK 0.37 0.45 0 0.60
HSL 250.67º 0.29% 0.31% -
HSV(B) 250.67º 0.45% 0.4% -
XYZ 5.88 4.86 12.94 -
YUV 63.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 64 56 101 0.37 0.45 0 0.60 250.67 0.29 0.31
Hex 40 38 65 25 2D 0 3C FB 1D 1F
Octal 100 70 145 45 55 0 74 373 35 37
Binary 1000000 111000 1100101 100101 101101 0 111100 11111011 11101 11111

Color Harmonies of #403865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403865

Black with #403865

Text Example


Text Example

White with #403865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403865; }

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

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

background-color css

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

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

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

border-color css

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

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

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