Html Css Color HEX #403568 Minsk

📋 copy color: '#403568'

red 64 ◦ green 53 ◦ blue 104

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

Shades of Minsk #403568

Tints of Minsk #403568

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

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

R = 28.96%
G = 23.98%
B = 47.06%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#403568 (or 0x403568) is known color: Minsk. HEX triplet: 40, 35 and 68. RGB value is (64,53,104). Sum of RGB (Red+Green+Blue) = 64+53+104=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #403568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403568 is #BFCA97. Grayscale: #3D3D3D. Windows color (decimal): -12569240 or 6829376. OLE color: 6829376.

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

Color convert

RGB 64 53 104 -
CMYK 0.38 0.49 0 0.59
HSL 252.94º 0.32% 0.31% -
HSV(B) 252.94º 0.49% 0.41% -
XYZ 5.89 4.64 13.68 -
YUV 62.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 64 53 104 0.38 0.49 0 0.59 252.94 0.32 0.31
Hex 40 35 68 26 31 0 3B FD 20 1F
Octal 100 65 150 46 61 0 73 375 40 37
Binary 1000000 110101 1101000 100110 110001 0 111011 11111101 100000 11111

Color Harmonies of #403568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403568

Black with #403568

Text Example


Text Example

White with #403568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403568; }

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

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

background-color css

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

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

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

border-color css

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

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

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