Html Css Color HEX #403363 Minsk

📋 copy color: '#403363'

red 64 ◦ green 51 ◦ blue 99

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

Shades of Minsk #403363

Tints of Minsk #403363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.83%

 BLUE value IS 99 (39.06% from 255) = 46.26%

R = 29.91%
G = 23.83%
B = 46.26%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#403363 (or 0x403363) is known color: Minsk. HEX triplet: 40, 33 and 63. RGB value is (64,51,99). Sum of RGB (Red+Green+Blue) = 64+51+99=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #403363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403363 is #BFCC9C. Grayscale: #3C3C3C. Windows color (decimal): -12569757 or 6501184. OLE color: 6501184.

HSL color Cylindrical-coordinate representation of color #403363: hue angle of 256.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403363 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 51 99 -
CMYK 0.35 0.48 0 0.61
HSL 256.25º 0.32% 0.29% -
HSV(B) 256.25º 0.48% 0.39% -
XYZ 5.55 4.36 12.35 -
YUV 60.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 64 51 99 0.35 0.48 0 0.61 256.25 0.32 0.29
Hex 40 33 63 23 30 0 3D 100 20 1D
Octal 100 63 143 43 60 0 75 400 40 35
Binary 1000000 110011 1100011 100011 110000 0 111101 100000000 100000 11101

Color Harmonies of #403363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403363

Black with #403363

Text Example


Text Example

White with #403363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403363; }

 p { color: rgb(64,51,99); }

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

background-color css

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

 a { background-color: rgb(64,51,99); }

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

border-color css

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

 span { border-color: rgb(64,51,99); }

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