Html Css Color HEX #403868 Minsk

📋 copy color: '#403868'

red 64 ◦ green 56 ◦ blue 104

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

Shades of Minsk #403868

Tints of Minsk #403868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.43%

R = 28.57%
G = 25%
B = 46.43%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#403868 (or 0x403868) is known color: Minsk. HEX triplet: 40, 38 and 68. RGB value is (64,56,104). Sum of RGB (Red+Green+Blue) = 64+56+104=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #403868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403868 is #BFC797. Grayscale: #3F3F3F. Windows color (decimal): -12568472 or 6830144. OLE color: 6830144.

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

Color convert

RGB 64 56 104 -
CMYK 0.38 0.46 0 0.59
HSL 250º 0.3% 0.31% -
HSV(B) 250º 0.46% 0.41% -
XYZ 6.03 4.92 13.73 -
YUV 63.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 64 56 104 0.38 0.46 0 0.59 250 0.3 0.31
Hex 40 38 68 26 2E 0 3B FA 1E 1F
Octal 100 70 150 46 56 0 73 372 36 37
Binary 1000000 111000 1101000 100110 101110 0 111011 11111010 11110 11111

Color Harmonies of #403868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403868

Black with #403868

Text Example


Text Example

White with #403868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403868; }

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

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

background-color css

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

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

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

border-color css

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

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

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